#lbOverlay {
	position: absolute;
	top: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
	margin-top: 122px;
}
	#lbOverlay.white {
	background-color: #FF6600;
	background-color: #000000;
}

#lbMain {
	position: absolute;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
	margin-top: 76px;
}
#lbMain a img { border: none; }

#lbOuterContainer {
	position: relative;
	background-color: #fff;
	width: 900px;
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 5px solid #666666;
}
	#lbOuterContainer.white { }
iframe {
	border: 1px solid #666666;
}
#lbDetailsContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
	line-height: 1.4em;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 40px;
	left: 30%;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
	#lbDetailsContainer.white { }

#lbImageContainer, #lbIframeContainer {
	padding: 10px;
	background-color: #333333;
	background-image: url(images/showcase_dark_bg.jpg);
	background-repeat: repeat;
}
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.white:hover, #lbPrev.white:visited:hover { background: url(images/prev_grey.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.white:hover, #lbNext.white:visited:hover { background: url(images/next_grey.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.white, #lbNext2.white, #lbSpacer.white {
	color: #666666;
}
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.white, #lbNext2_Off.white { color: #CCCCCC; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.white {
	color: #666666;
}

#lbDetails {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 5%;
}
#lbCaption {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
}
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose {
	width: 70px;
	height: 15px;
	float: right;
	margin-top: 10px;
	margin-bottom: 1px;
	margin-right: 5%;
}
	#lbClose.white {
	background-image: url(images/close_orange.jpg);
	background-repeat: no-repeat;
}

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.white { background: url(images/play_grey.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.white { background: url(images/pause_grey.png) no-repeat; }
