iframe {
	scrollbar-arrow-color:#bd0e2f !important;
	scrollbar-base-color:#fff !important;
	scrollbar-darkshadow-color:#fff !important;
	scrollbar-face-color:#fff !important;
	scrollbar-highlight-color:#fff !important;
	scrollbar-shadow-color:#fff !important;
}
#lbOverlay {
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 99998; 
	width: 100%; 
	height: 500px; 
	background-color: #000;
}

#lbMain {
	position: absolute; 
	left: 0;
	width: 100%; 
	z-index: 99999; 
	text-align: center; 
	line-height: 0;
	padding-top: 150px;
}
	#lbOuterContainer { /* Content container */
		background: transparent url(../img/bg_hotspot.png) no-repeat top left;
		position: relative;
		top: -60px;
		left: -14px;
		width: 550px;
		margin: 0 auto;
	}
		#lbIframe {/* breedte van het iframe */
			margin-top: 10px;
			padding: 0 0 0 0;
			width: 530px;
			height: 325px;
			scrollbar-arrow-color:#bd0e2f !important;
			scrollbar-base-color:#fff !important;
			scrollbar-darkshadow-color:#fff !important;
			scrollbar-face-color:#fff !important;
			scrollbar-highlight-color:#fff !important;
			scrollbar-shadow-color:#fff !important;
		}
		#lbIframeContainer { 
			padding: 4px;
			width: 530px;
			/*background: transparent url(../img/bg_hotspot.png) no-repeat top left;*/
			border:10px none #0f0;
		}

	#lbDetailsContainer { /* Container navigation */
		position: relative;
		top: -60px;
		left: -14px;
		background: transparent url(../img/bg_hotspot-btm.png) no-repeat bottom left;
		width: 100%;
		line-height: 1.6em;
		overflow: auto;
		margin: 0 auto;
	}

#lbLoading {
	position: absolute;
	top: 45%;
	left: 0%;
	height: 32px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(../img/loading.gif) center no-repeat;
}
#lbHoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	color: #000;
	font-weight: bold;
}
#lbHoverNav a {
	outline: none;
}
#lbPrev {
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat;
	display: block;
	left: 0;
	float: left;
}
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../img/previous.gif) left 15% no-repeat; }
	
#lbNext {
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat;
	display: block;
	right: 0;
	float: right;
}
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../img/next.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #000; }
	
#lbPrev2_Off, #lbNext2_Off { }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	
#lbDetailsData { padding: 0 10px;}
	#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 200px; float: left; text-align: left;}
#lbCaption { font-weight: bold; }
#lbNumberDisplay { float: left; display: none; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 130px; height: 28px; float: right; margin-bottom: 1px; text-align: right; padding-right: 22px;}
	#lbClose.grey { background: url(../img/close_grey.png) no-repeat top right; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../img/play_grey.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../img/pause_grey.png) no-repeat; }
#lbPrint {
	margin-left: 20px;
}

/* Stadsplattegrond */
.tooltip{
	width: 150px;
	height: 46px;
    padding: 30px 20px 20px 20px;
	color: #fff;
	font-weight: bold !important;
    background: transparent url(../img/bg_tooltip.png) no-repeat top left;
}
