#lightbox  
     { line-height: 0; text-align: center; position: absolute; z-index: 100; left: 0; width: 100% }

#lightbox a img{ border: none; }

#outerImageContainer  { background-color: #ccc; margin: 0 auto; 
position: relative; width: 260px; height: 260px }

#imageContainer        { background-color: #fff; padding: 0 }

#loading { line-height: 0; text-align: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100% }
#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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#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; }


#imageDataContainer { font: 10px/1.4em Verdana, Helvetica, sans-serif; 
background-color: #ccc; position: absolute; top: 100px; left: 33px; width: 15%; overflow: hidden }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails { text-align: left; width: 100%; float: left }	
#imageData #caption { font-weight: bold; display: block; 
margin-top: 100px; margin-left: 12px }
#imageData #numberDisplay     { color: #f80; font-size: 1.3em; font-weight: bold; display: block; margin-top: 80px; margin-left: 8px; padding-bottom: 1em; clear: left }			
/*#imageData #bottomNavClose { margin-top: 9em; width: 35px; float: right }	
*/
#imageData #bottomNavClose      { position: absolute; top: 20px; left: 40px }		
#overlay   { background-color: #ccc; position: absolute; z-index: 90; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100% }
	
a {
cursor: pointer;
}
#prevLink2    { font-size: large; font-weight: 900 }
#nextLink2   { font-size: large; font-weight: 900 }
