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

#lightbox a img { border: none; }


#outerImageContainer{
position: relative;
background-color: #fff;
width: 380px;
height: 380px;
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: 350px;
max-height: 350px; }

#thisTable { 
width: 380px; 
height: 380px; 
background: url(../image/bg_imageThickbox.gif) no-repeat 50%; }

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

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

#hoverNav {
position: absolute;
top: -140px;
left: 0;
height: 100px;
width: 380px;
z-index: 10; 
background: url(../image/nav_prevNext.gif) no-repeat; }

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

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

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

#imageDataContainer{
position: relative;
top: -405px;
font: 10px Verdana, Helvetica, sans-serif;
margin: 0 auto;
line-height: 1.4em; 
z-index: 100; }

#imageDataContainer li { 
padding: 0 10px; 
font-weight: normal;
list-style: none; 
}

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

#imageData { padding: 0 6px; }

#imageData #imageDetails { 
width: 380px; 
text-align: left; }	

#imageData #caption { }
	
#bottomNavClose { 
position: absolute;
top: 10px;
left: 355px;
width: 15px; 
z-index: 200; }	
	
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
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 */
}	
