#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{  }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ position: absolute; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; width: 63px; height: 63px; top: 45%; _cursor:pointer;_top:220px}
#prevLink { left: -92px; background: url(img/lightbox-prev.png) no-repeat; }
#nextLink { right: -93px; background: url(img/lightbox-next.png) no-repeat; }

#imageDataContainer{ font-family: Arial; background-color: #fff; overflow: auto; width: 100%; line-height: 50px; margin: 0 auto; position:relative; }

#imageData{	padding:0 22px; color: #666; font-size: 12px;*padding-bottom:0;*height:50px}
#imageData .clear{*padding:0;*font-size:0;*line-height:0}
#imageData #caption{ float: left;}
#imageData #numberDisplay{ color: #003563; font-weight: bold; float: right;}			
#lightbox-close{ position: absolute; top: -59px; right: -2px; width: 59px; height: 72px; outline: none; background: url(img/lightbox-close.png) no-repeat;_cursor:pointer}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*#lightbox span.corner-lt,#lightbox span.corner-lb,#lightbox span.corner-rt,#lightbox span.corner-rb{display:block;position:absolute;width:10px;height:10px;}
#lightbox span.corner-lt{left:0;top:0;background-image:url(img/corner_top_left.png)}
#lightbox span.corner-lb{left:0;bottom:0;background-image:url(img/corner_bottom_left.png)}
#lightbox span.corner-rt{right:0;top:0;background-image:url(img/corner_top_right.png)}
#lightbox span.corner-rb{right:0;bottom:0;background-image:url(img/corner_bottom_right.png)}*/
