#lightbox{	position: absolute; left:0px; width: 100%; z-index: 1000; 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:0px auto; padding-bottom:20px; }
#imageContainer{ padding: 10px; border:0px solid red; background-color: #fff;  }

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

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

/*
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
*/

/* Only display prev and next on mouse over 
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
*/

#prevLink { left:0px; float: left; background: url(/images/prev.gif) left 50px no-repeat; }
#nextLink { right:0px; float: right; background: url(/images/next.gif) right 50px no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#bottomNav  { display:block; height:25px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-align:right; }
/*#imageDataContainer {  } */
#imageData{	padding:10px 0px 10px 5px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; padding:0px 0px 10px 0px;}	
#imageData #caption{ font-size:12px; font-weight:normal; }
#numberDisplay{ font-size:14px; display:block; float:left; padding:10px 0px 10px 5px; }			
#imageData #bottomNavClose{ width:66px; float:right; outline: none;}	 	

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