#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: #202020; 
width: 250px; 
height: 250px; 
margin: 0 auto;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
}

#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, #nextLink{ 
width: 40%; 
height: 100%; 
background-image: url(data:lightbox2/image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink { 
height: 100px;
left: 0; 
float: left;
margin-left: 10px;
margin-top: 10px;
}

#nextLink { 
height: 100px;
right: 0; 
float: right;
margin-right: 10px;
margin-top: 10px;
}

#prevLink:hover, #prevLink:visited:hover { 
background: url(lightbox2/images/prev.png) left 50% no-repeat;}

#nextLink:hover, #nextLink:visited:hover { 
background: url(lightbox2/images/next.png) right 50% no-repeat;}

#imageDataContainer{ 
height:100%;
font: 13px Arial, Verdana, Helvetica, sans-serif;
margin: 0 auto;
line-height: 1.4em; 
overflow: hidden; 
background-color:#202020;
width: 100%;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
}

#imageData{
height:50px;
background: transparent url(images/weblogo.png) no-repeat;
background-position: 50% 9px;
padding:0px 10px; 
color: #ffffff;
}

#imageData #imageDetails{ 
height:10%;
width:50%; 
float: left; 
text-align:left;}

#imageData #caption{ 
font-weight: bold;}

#imageData #numberDisplay{ 
display:block; 
clear: left;
}
			
#imageData #bottomNavClose{ 
width: 30px; 
float: right;  
margin-top:7px;
padding-bottom: 0.7em; 
outline: none;}	 	

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

