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

#outerImageContainer
{
    position: relative; 
    background-color:#FFFFFF; 
    border-top:solid 1px #999999; 
    border-left:solid 1px #999999; 
    border-right:solid 1px #999999; 
    width: 100%; 
    height: 100%; 
    margin: 0 auto; 
}

#imageContainer{ padding: 10px; }

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


/*#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;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }*/



#imageDataContainer
{
    font: 11px Arial, Helvetica, sans-serif; 
    background-color: #FFFFFF; 
    border-bottom:solid 1px #999999; 
    border-left:solid 1px #999999; 
    border-right:solid 1px #999999;
    margin: 0 auto; 
    line-height: 1.4em; 
    overflow: auto;  
}

#imageData{	padding:0 10px; color: #666666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}

#imageData #hoverNav{ z-index: 10; display:block; float:right; clear:right; margin:0 auto; }
#imageData #imageContainer>#hoverNav{ left: 0;}
#imageData #hoverNav a{ outline: none; margin:0px 20px;}

#imageData #prevLink, #nextLink { font: bold 13px Arial, Helvetica, sans-serif; color:#006699;}
#imageData #prevLink { }
#imageData #nextLink { }
#imageData #prevLink:hover, #imageData #prevLink:visited:hover, #imageData #nextLink:hover, #imageData #nextLink:visited:hover { color: #000000; }


#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 75px; float: right;  padding-bottom: 0.7em; outline: none; font: bold 20px Arial, Helvetica, sans-serif; color:#006699;}	 	
#imageData #bottomNavClose:hover, #imageData #bottomNavClose:visited:hover { color:#000000; }

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