#lightbox{	position: absolute;	left: 0; 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: 0 auto; }
#imageContainer{ padding: 10px; }

#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{ width: 25%; background: url(images/prevlabel.gif) right 0% no-repeat; }
#nextLink{ width: 25%; background: url(images/nextlabel.gif) left 0% no-repeat; }

#prevLink { left: 0; float: right;}
#nextLink { right: 0; float: left;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) right 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) left 0% no-repeat; }

#imageDataContainer{ background-color: #fff; margin: 0 auto;  overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 80%; float: right; text-align: right; direction:rtl;}	
#imageData #caption{ font: 12px tahoma, Helvetica, sans-serif;font-weight: bold;	}
#imageData #numberDisplay{ font: 10px tahoma, Helvetica, sans-serif; display: block; text-align: center; clear: right; direction:rtl; padding-bottom : 0.6em; padding-right:10.0em;}			
#imageData #bottomNavClose{ width: 50px; float: left;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position:absolute; top: 0; left: 0; z-index: 1000; width: 100%; height: 500px; background-color: #000; }
