#lightboxOverlay			{ position: absolute; top: 0; left: 0; width: 100%; z-index: 501; text-align: center }
#lightboxOverlay .lb_loading		{ background: #fff url(loading.gif?update=1.0) center center no-repeat !important } 

#lightboxFrame				{ margin: 10px 10px 9px 10px; position: relative }
#lightboxFrame a			{ text-decoration: none }
#lightboxFrame .lb_top			{ outline: none; position: absolute; width: 100%; top: 0; left: 0; z-index: 6 }
#lightboxFrame .lb_text			{ display: none }


#lightbox				{ width: 250px; height: 250px; overflow: hidden; position: relative; margin: 0 auto; background: #fff }
#lightbox .lb_image			{ display: none }
#lightbox .lightboxPosition		{ display: none; position: absolute; padding: 0; left: 5px; top: 4px; font-size: 10px }
#lightbox .lightboxClose		{ width: 40px; height: 0; position: absolute; right: 0; top: 0; cursor: pointer; background: url(close.png?update=1.0) center center no-repeat }

#lightbox .lb_prev,
#lightbox .lb_next			{ margin: 0; z-index: 5; position: absolute; display: block; height: 0; top: 0; width: 90px; outline: none; background: url(next.png?update=1.0) right center no-repeat }
#lightbox .lb_next			{ right: 0 }
#lightbox .lb_prev			{ left: 0 }
#lightbox .lb_prev			{ background: url(prev.png?update=1.0) left center no-repeat }
#lightbox .lb_prev:hover		{ background-image: url(prevHover.png?update=1.0) }
#lightbox .lb_next:hover		{ background-image: url(nextHover.png?update=1.0) }

#lightbox .lb_description		{ display: none; margin: 0 auto; line-height: 1.4em; padding: 0 10px; height: auto; text-align: left }
#lightbox .lb_description h1		{ font-size: 16px; line-height: 16px; background: none; font-weight: bold }
#lightbox .lb_description h1,
#lightbox .lb_description p		{ margin: 0 0 8px 0 !important; padding: 0 !important; color: #555 !important; font-size: 12px; font-family: Verdana }

#lightbox:hover .lb_prev,
#lightbox:hover .lb_next,
#lightbox .allwaysShowControls .lb_prev,
#lightbox .allwaysShowControls .lb_next { bottom: 2px; height: auto }
#lightbox:hover .lightboxClose,
#lightbox .allwaysShowControls .lightboxClose	{ height: 40px }