body { margin: 0px; padding: 0px; }

#lbOverlay { position: absolute; top: 0; left: 0; z-index: 999998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 999999; text-align: center; /*line-height: 0;*/ }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #404041; width: 200px; height: 200px; margin: 0 auto;  }
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #404041; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto;}
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbIframe { text-align: center; vertical-align: middle; border:0px; margin:0px; padding:0px; width: 600px; /*width: 660px; height: 342px; */ frameborder: 0px; border: none ; overflow: hidden ; background-color: #404041;
}
#lbIframe body { margin: 0px; padding:0px; text-align:center; border: 0px solid #000000; background-color: #404041;}
.lb_image {margin: auto;}

#lbImageContainer{ padding: 10px; }
#lbIframeContainer { width: 600px; /*width: 660px;*/ position:relative; padding: 10px;  /*border: 1px solid #FF0000;*/
/*height:342px;*/ }

#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.grey:hover, #lbPrev.grey: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.grey:hover, #lbNext.grey:visited:hover { background: url(images/next_grey.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2, #lbClose { text-decoration: none; font-weight: normal; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey, #lbClose.grey { color: #fff; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: normal; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #fff; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; width: 100%; }
#lbCaptionMore { display: block; font-weight: normal; width: 100%; margin-bottom: 5px; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 5px; }
#lbNavDisplayLeft { float: left; padding-bottom: 2px; text-align: left; width: 5%; display: inline; }
#lbNavDisplayRight { float: right; padding-bottom: 2px; text-align: right; width: 5%; display: inline; }

#lbClose { display: block; font-weight: normal; color: #006EAB; position:absolute; top:-5px; right:-5px; z-index:1000; }
	/*#lbClose.grey { background: url(images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(images/close_red.png) no-repeat; }
	#lbClose.green { background: url(images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(images/close_gold.png) no-repeat; }*/

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(images/play_grey.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(images/pause_grey.png) no-repeat; }

#lbIframeTBL { /* #position: absolute; #top: 0px; #left: 0px; text-align: center;  width: 600px; height: 342px; border: 1px solid #FFF;*/}
#lbIframeTR { text-align: center; display: block; }
#lbIframeTD { text-align: center;  }