#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #999999; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; display:block; }
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer { position: relative; background-color: #fff; width: 1px; height:24px; margin: 0 auto; display:block; }
	#lbDetailsContainer.grey { border: 0px; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 6px; }
#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: relative; float:right; width:180px; height:13px; z-index: 10; }
#lbImageContainer>#lbHoverNav { }
#lbHoverNav a { outline: none; }

#lbPrev { width: 65px; height: 13px; float: right; padding-right: 14px; margin-bottom: 1px; }
	#lbPrev.grey { background: url(../images/previous.jpg) no-repeat; }
	
#lbNext { width: 49px; height: 13px; float: right; margin-bottom: 1px; }
	#lbNext.grey { background: url(../images/next.jpg) no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 1px;; float: right; text-align: right; }
#lbCaption { float:left; width:2px; display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; visibility:hidden; display:none; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 49px; height: 13px; float: left; margin-bottom: 1px; }
	#lbClose.grey { background: url(../images/close.jpg) 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; }
	
#imgdiv { 	
position: absolute;
bottom: 18px;
right: 17px;
width: 29px;
height: 21px;
background-image:url(../images/watermark.png);
background-repeat:no-repeat;
}
