#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: #FFD000; width: 250px; height: 250px; margin: 0 auto; font-size: 12px !important;}
#imageContainer{ padding: 4px; position: relative;}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ z-index: 10; position: absolute; bottom: 13px; left: 4px; _left: 0;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 26px; height: 26px; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block;}
#prevLink { margin-left: 14px; _margin-left: 10px; float: left;}
#nextLink { margin-right: 10px; float: right;}
#prevLink { background: url(/media/lightbox/prevlabel.png) no-repeat; }
#nextLink { background: url(/media/lightbox/nextlabel.png) no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #0064A5; opacity: 0.8; filter: alpha(opacity=80); margin: 0 auto; line-height: 1.4em; overflow: auto; position: absolute; bottom: 4px; left: 4px; _left: 0; height: 46px;}

#imageData{	padding:0 10px; color: #666; }
#imageData { width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: normal; display: block; padding-top: 16px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
div#imageDetails{height: 46px; font: normal 12px tahoma; color: #ffffff; margin-left: 46px; margin-right: 46px}



div#bottomNav{position: absolute; top: 17px; right: 15px;}

