#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; background-color: #fff; }
#lightbox{ position: absolute; width: 100%; z-index: 100; text-align: center; margin-top:-10px;}
#lightbox img{ width: auto; height: auto; }
#lightbox a img{ border: none; }

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

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

#hoverNav{ display: none; }
#prevLink, #nextLink{ display: none; }
#prevLink { display: none;	}
#nextLink { display: none;	}
#prevLink:hover, #prevLink:visited:hover { display: none; }
#nextLink:hover, #nextLink:visited:hover { display: none; }

#imageDataContainer{ background-color: #fff; margin: auto; overflow: auto; }

#imageData{	padding:0 10px; }
#imageData #imageDetails{ display: none;}	
#imageData #caption{ display: none;	}
#imageData #numberDisplay{ display: none; }			
#imageData #bottomNavClose{ background: url(../img/closelabel.gif) left 15% no-repeat; width: 66px; height:20px; float: right; outline: none;}	 	



