#lightbox{
position: absolute;
top: 200px;
left: 15px;
width: 90%;
z-index: 2100;
text-align: center;
line-height: 0;
}

#lightbox a img { border: none; }


#outerImageContainer{
position: relative;
background-color: #fff;
width: 480px;
height: 480px;
margin: 0 auto;
padding: 0; }

#imageContainer{
position: relative;
top: 140px;
left: 0;
padding: 0;
background: #fff; }

/*New style added by Neil - for image resizing*/
#imageContainer img{
max-width: 450px;
max-height: 450px; }

#thisTable { 
width: 480px; 
height: 480px; 
background: #fff }

#thisTd { 
text-align: center; 
vertical-align: middle; 
width: 480px; 
height: 480px; }

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

/*  
Position of Next Prev navigation 
 */
#hoverNav {
position: absolute;
top: -120px;
left: 0;
height: 100px;
width: 480px;
z-index: 210; 

background: url(../images/nav_prevNext.gif) no-repeat; 

}


#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
position: absolute;
top: 0;
left: 0;
width: 124px;
height: 40px;
background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */ }

#prevLink { left: 0; }
#nextLink { left: 102px; }
#prevLink { background: url(../images/nav_prev.gif) left 0 no-repeat; }
#nextLink { background: url(../images/nav_next.gif) left 0 no-repeat; }


/* Position and Style of Image Data Text */
#imageDataContainer{
position: relative;
top: -405px;
font: 10px Verdana, Helvetica, sans-serif;
margin: 0 auto;
line-height: 1.4em; 
z-index: 2100; }

#imageDataContainer li {  
font-weight: normal;
list-style: none; 
}

#imageDataContainer li + li { 
color: #656565;
font-style: normal; }

#imageData { padding: 0px 0px 0px 50px; }

#imageData #imageDetails { 
width: 480px; 
position: relative;
left:0px;
text-align: left; }	

#imageData #caption {
position: relative;
left:-15px;
}


/* Position of Close Button */
#bottomNavClose { 
position: absolute;
top: 15px;
left: 450px;
width: 15px; 
z-index: 2200; }	
	
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 290;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

* html>body .clearfix {
display: inline-block; 
width: 100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}	

