#lightbox{
position:absolute;
left:0;
width:100%;
z-index:1100;
text-align:center;
}
#outerImageContainer{
position:relative;
width:300px;
height:300px;
margin:0 auto;
background:#ffffff;
clear:both;
}
#loading{
position:absolute;
top:40%;
left:0%;
height:25%;
width:100%;
text-align:center;
}
#hoverNav{
position:absolute;
height:100%;
width:100%;
z-index:100;
}
#prevLink, #nextLink{
width:49%;
height:100%;
background:transparent url(/assets/x.gif) no-repeat; /* Trick IE into showing hover */
display:block;
}
#prevLink{float:left;}
#nextLink{float:right;}
#nextLinkText{padding-left:20px;}
#prevLinkText{padding-right:20px;}

#imageDataContainer{
margin:0 auto;
}
#imageData{
padding:0 2px 0 10px;
height:25px;
}
#imageData #imageDetails{
width:580px;
float:left;
text-align:left;
}	
#imageData #caption{
font-size:1.7em;
color:#FFFFFF;
}
#imageData #bottomNav{
width:60px;
padding-top:3px;
float:right;
}
#bottomNavClose {
display:block;
width:60px;
height:20px;
background:url(/assets/close_popup.png) no-repeat;
}
#overlay{
position:absolute;
top:0;
left:0;
z-index:1000;
width:100%;
height:500px;
background-color:#000000;
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
display:none;
}

