#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: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: relative; 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, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base14,AAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}


#imageDataContainer{font: 14px verdana; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{padding: 5px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left ; text-align:center; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1em;	}
			             
#imageData #bottomNavClose{ width: 70px; float: right;  padding-bottom: .1em; }	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 10; width: 0; height: 1px; background-color:  #000; }





/* mod per lightbox */
div#overlay{background: #000}
#outerImageContainer,div#imageDataContainer{background: #000}
#imageData{color:#EEE}

#imageData #bottomNavClose img{visibility:hidden}
#imageData #bottomNavClose{background: url(../images/blackclose.png) no-repeat}

#prevLink,#nextLink{filter:alpha(opacity=30);opacity:30}
#prevLink,#prevLink:hover,#prevLink:visited:hover{
    background: url(../images/blackprev.png) 1% 100% no-repeat}
#nextLink,#nextLink:hover,#nextLink:visited:hover{
    background: url(../images/blacknext.png) 100% 100% no-repeat}
#prevLink:hover,#prevLink:visited:hover,
  #nextLink:hover,#nextLink:visited:hover{
    filter:alpha(opacity=95);opacity:0.95} 


div#overlay{height:100%;background:#000;opacity:0.8;filter:alpha(opacity=80)}
div#lightbox{position:absolute;top:50px;left:0}
div#outerImageContainer{position:relative;width:800px;height: 500px}
div#hoverNav{height: 500px}
div#imageDataContainer{width:800px}
div#loading{display:none}

