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;
	font-size:0px;
}
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 11px Arial, Verdana, Helvetica, sans-serif; background-color: #404041; width: 100%; line-height: 1.4em; *overflow: visible; margin: 0 auto;}
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbIframe {
	font-size:0px;
	text-align: center;
	vertical-align: middle;
	border:0px;
	margin:0px;
	padding:0px;
	width: 600px;
	frameborder: 0px;
	border: none;
	overflow: hidden;
	background-color: #404041;
}
#lbIframe html, #lbIframe body {
	margin: 0px;
	padding:0px;
	text-align:center;
	border: 0px solid #000000;
	background-color: #404041;
}

.lb_image {margin: -5px;}

#lbImageContainer{ padding: 10px; }
#lbIframeContainer { width: 600px; /*width: 660px;*/ position:relative; padding: 0px;  /*border: 1px solid #FF0000;*/
margin:auto;
/*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 32px; }
	#lbDetailsData.grey { color: #fff; }

#lbDetails { padding-top:15px; width: 90%; float: left; text-align: left; }
#lbCaption { font-size:165%; line-height:165%; display: block; font-weight: bold; width: 100%; }
#lbCaptionMore { display: block; font-weight: normal; width: 100%; margin-bottom: 0px; }
#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 {
	position:absolute;
	display: block;
	font-weight: normal;
	color: #006EAB;
	top:0px;
	right:50%;
	margin-right:-337px;
	margin-top:-5px;
	z-index:1000;
}

#lbLogo {
	background-image:url(../templates/images/logo_lytebox.gif);
	width:258px;
	height:26px;
	font-weight: normal;
	color: #006EAB;
	position:absolute;
	left:50%;
	margin-left:-332px;
	margin-top:-19px;
}
	/*#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;  }

#lbBottomNav { display: none; }

