
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 120;
width: 100%;
height: 500px;
background-color: #000;
/*background: #000 url('/stylesheets/art/public/scroll-message.gif') bottom left no-repeat;*/
}

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


#lightbox a img{ border: none; }

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

#imageContainer{
padding: 10px;
}

#loading{
position: absolute;
z-index: 160;
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; position: fixed;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
width: 100px;
height: 100%;
background: transparent url(/style/art/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/style/art/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/style/art/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
position: fixed;
font: 1.3em "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
background-color: #fff;
line-height: 1.4em;
padding-top: 5px;
min-height: 26px;
}

#imageData{padding:0 10px; color: #666; position: relative;}
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ display: block; width: 100%; text-align: center;color: #000;}
#imageData #imageDownload{ 
display: block; 
position: absolute; 
left: 10px; top: 0;
width: 17em; 
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial;
color: #222;
}

#imageData #bottomNavClose{width: 66px; position: absolute; right: 10px;  padding-bottom: 0.7em;	}	

