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

#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-image: url(../_view/_images/design/quickView_Center.png); width: 200px; height: 200px; margin: 0 auto; border: 0px solid #888888; }
	#lbTopLeft, #lbTopCenter, #lbTopRight { position: absolute; width:24px; height:24px; top:-24px; }
		#lbTopLeft { left:-24px; background-image:url(../_view/_images/design/quickView_TopLeft.png); }
		#lbTopCenter { left:0px; background-image:url(../_view/_images/design/quickView_Top.png); background-repeat:repeat-x; width:100%; }
		#lbTopRight { right:-24px; background-image:url(../_view/_images/design/quickView_TopRight.png); }
	#lbBottomLeft, #lbBottomCenter, #lbBottomRight { position: absolute; width:24px; height:112px; bottom:-112px; background-repeat:no-repeat; }
		#lbBottomLeft { left:-24px; background-image:url(../_view/_images/design/quickView_BottomLeft.png); }
		#lbBottomCenter { left:0px; width:100%; background-image:url(../_view/_images/design/quickView_Bottom.png); background-repeat:repeat-x; }
		#lbBottomRight { right:-24px; background-image:url(../_view/_images/design/quickView_BottomRight.png); }
	#lbMiddleLeft, #lbMiddleRight { position: absolute; top:0px; width:24px; height:100%; background-repeat:repeat-y; }
		#lbMiddleLeft { left:-24px; background-image:url(../_view/_images/design/quickView_Left.png); }
		#lbMiddleRight { right:-24px; background-image:url(../_view/_images/design/quickView_Right.png); }

#lbDetailsContainer { font: 10px "Trebuchet MS", Georgia, Verdana, Tahoma, Arial; background-color: transparent; width: 100%; line-height: 1.4em; overflow: auto; margin: 0 auto; border: 0px solid #888; border-top: none; }
/*//Verdana, Helvetica, sans-serif;*/

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#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: 200px; width: 100%; z-index: 99999; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100px; background: url(images/prev_grey.gif) right no-repeat; display: block; left: 0; float: left; }
#lbNext { width: 49%; height: 100px; background: url(images/next_grey.gif) left no-repeat; display: block; right: 0; float: right; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #CCC; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #666; }

#lbDetailsData { padding: 0 10px; color: #CCC; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; color:#CCCCCC; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; color:#CCCCCC; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { position:absolute; left:-23px; top:-26px; width: 64px; height: 28px; float: right; margin-bottom: 1px; background: url(../_view/_images/design/quickView_x.png) no-repeat; }
#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; background: url(images/play_grey.png) no-repeat; }
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; background: url(images/pause_grey.png) no-repeat; }
