#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
width:100%;
z-index:100;
}
#lightbox a img {
border:medium none;
}
#outerImageContainer {
background:#333 none repeat scroll 0 0;
height:250px;
margin:0 auto;
position:relative;
width:250px;
}
#imageContainer {
background:#333 none repeat scroll 0 0;
padding:24px 4px;
}
#loading {
height:25%;
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40%;
width:100%;
}
#hoverNav {
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:10;
}
#imageContainer > #hoverNav {
left:0;
}
#hoverNav a {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
#prevLink, #nextLink {
background:transparent url(/images/blank.gif) no-repeat scroll 0 0;
display:block;
height:100%;
width:40%;
}
#prevLink {
background:transparent url(/images/prev.gif) no-repeat scroll left bottom;
border-left:4px solid transparent;
float:left;
left:0;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}
#nextLink {
background:transparent url(/images/next.gif) no-repeat scroll right bottom;
border-right:4px solid transparent;
float:right;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
right:0;
}
#prevLink:hover, #prevLink:visited:hover {
background:transparent url(/images/prev.gif) no-repeat scroll left bottom;
border-left:4px solid transparent;
opacity:1;
}
#nextLink:hover, #nextLink:visited:hover {
background:transparent url(/images/next.gif) no-repeat scroll right bottom;
border-right:4px solid transparent;
opacity:1;
}
#imageDataContainer {
-x-system-font:none;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4em;
margin:0;
overflow:auto;
position:absolute;
top:5px;
width:100%;
left:0;
}
#imageData {
color:#666666;
padding:0 10px;
}
#imageData #imageDetails {
color:white;
text-align:left;
}
#imageData #caption {
display:none;
font-weight:bold;
}
#imageData #numberDisplay {
}
#imageData #bottomNavClose {
float:right;
padding-bottom:0.7em;
width:66px;
}
#overlay {
height:500px;
left:0;
position:absolute;
top:0;
width:100%;
z-index:90;
}
#hoverNav #bottomNavClose {
display:block;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
padding:4px 4px 0 0;
text-align:right;
}
#hoverNav #bottomNavClose:hover {
display:block;
opacity:1;
padding:4px 4px 0 0;
text-align:right;
}