#lightbox {
position: absolute;
z-index: 100;
left: 0;
width: 100%;
line-height: 0;
}
#lightbox a img { border: none; }
#outerImageContainer {
position: relative;
margin: 0 auto;
width: 250px;
height: 250px;
color: inherit;
background-color: #fff;
}
#imageContainer {
padding: 10px;
}
#loading {
position: absolute;
top: 50%;
height: 32px;
width: 100%;
margin-top: -16px;
line-height: 0;
}
#imageContainer>#loading {
left: 0;
}

#loadingLink {
display: block;
margin: 0 auto;
width: 32px;
height: 32px;
background: url(../images/loading.gif) no-repeat;
}
#loadingLink span {
display: none;
}

#hoverNav {
position: absolute;
z-index: 10;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none;}
#prevLink, #nextLink {
display: block;
width: 45%;
height: 100%;
background: url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15px no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15px no-repeat; }

#imageDataContainer {
overflow: auto;
margin: 0 auto;
width: 100%;
font: 10px/1.4em Verdana, Helvetica, sans-serif;
color: inherit;
background-color: #fff;
}

#imageData { padding:0 10px; color: #666; background-color: transparent; }
#imageDetails { width: 70%; float: left; text-align: left; }
#caption { font-weight: bold; }
#numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }

#bottomNavClose {
width: 66px;
height: 22px;
float: right;
background: url(../images/closelabel.gif) no-repeat;
}
#bottomNavClose span {
display: none;
}

#overlay {
position: absolute;
z-index: 90;
top: 0;
left: 0;
width: 100% !important;
height: 500px;
color: inherit;
background-color: #FFF;
}