#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #cbc9ca; }

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

#lbOuterContainer { position: relative; background-color: white; width: 200px; height: 200px; margin: 0 auto; }


#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: white; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }

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

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

#lbPrev2, #lbNext2 { color: #333333;float: left;margin-left: 1px; }

#lbNext2_Off, #lbPrev2_Off { 
	opacity: .5;
	filter: alpha(opacity=50);
	float:left;
	margin-left: 1px;}
	
#lbDetailsData { padding: 0;color: #333333; }

#lbDetails {  float: left; text-align: right; height: 40px; }
#lbCaption { display: block;height: 20px;width: 300px;padding:0 0 5px; margin-left: 12px;text-align: left;}
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { height: 40px; padding-bottom: 1.0em; clear: both;}

#lbClose { width: 30px; height: 35px; float: right;background: url(/images/lightbox/close.gif) no-repeat;margin-top: 20px; }
#lbClose:hover, #lbPrev2:hover, #lbNext2:hover {
	opacity: .5;
	filter: alpha(opacity=50);}