#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; top:42px !important; padding-bottom: 42px;}
#lightbox img{ width: auto; height: auto; border:1px solid #ccc;}
#lightbox a img{ border: none; }

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

#loading{ position: absolute; top: 10%; left: 0%; height: 5%; 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{ width: 49%; height: 100%; background-image: url(data:img/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; overflow: auto; width:699px; height:100%; }
#imageDataContainer a { width: 66px; float: right; outline: none; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; float:left;	}			
#imageData #bottomNavClose{ width: 66px; clear: right; padding-bottom: -3.0em;  outline: none;}	 	

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