#HotSpotWrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapper *,
#HotSpotWrapper *:before,
#HotSpotWrapper *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapper a,
#HotSpotWrapper a:hover {
	outline: none;
	text-decoration: none;
}

.hotspot-plus {
	height:70px;
	width:70px;
	border-radius: 500px;
	color:#fff;
	border:3px #d07e19 solid;
	font-size:24px;
    padding: 14px 14px;
	margin-right:10px;
}

.kleur1 {
	color:#d07e19;
}

.kleur1 .hotspot-plus {
	background:#e48a62;	
	padding:19px 18px;
}

.border_kleur1 {
	border-bottom: 4px #d07e19 solid;
}

.kleur2 {
	color:#6cc285;
}

.kleur2 .hotspot-plus {
	background:#6cc285;
	padding:20px 16px;
}

.border_kleur2 {
	border-bottom: 4px #d07e19 solid;
}

.kleur3 {
	color:#4fb4e3;
}

.kleur3 .hotspot-plus {
	background:#4fb4e3;	
	padding:20px 19px;
}

.border_kleur3 {
	border-bottom: 4px #d07e19 solid;
}

#HotSpotWrapper img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: %id=hotspot_imageradius%px;
	-webkit-border-radius: %id=hotspot_imageradius%px;
	-moz-border-radius: %id=hotspot_imageradius%;
}

#HotSpotWrapper a.HotSpot,
#HotSpotWrapper a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	overflow: auto;
	display: block;
}

/*

@media print {
	#HotSpotWrapper a.HotSpot {
		display: block;
		float: none;
		position: relative;
		
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		background: none;
		color: #000000;
	}
}

#HotSpotWrapper {
	display: block;
	position: relative;
	width: 100%;
}

.HotSpotInstructions {
	line-height: 1.25em;
	font-size: 12.5px;
}

#HotSpotWrapper img {
	display: none;
}

#HotSpotWrapper a.HotSpot {
	display: block;
	float: none;
	position: relative;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	text-align: left;
	height: auto !important;
	width: auto !important;
	opacity: 1.00;
	color: #000000;
	background: none;
	border: 1px dashed #333;
	padding: 10px;
}
*/