#photo {
 z-index: 15000;
 position: absolute;
 top: 0px;
 left: 0px;
 bottom: 0px;
 width: 100%;
 
 background-image: url(../images/lightbox/overlay.png);
}
#imageTitle{
 font: 14px Verdana, Helvetica, sans-serif;
 font-weight: bold;
 line-height: 2em;
 padding-bottom: 2px;
 padding-top: 2px;
}
#outerImageContainer {
 position: relative;
 background-color: white;
 width: 250px;
 height: 250px;
 margin: 0 auto;
}

#imageContainer {
 padding-top: 10px;
}

#imageBottomNav{
 cursor: pointer;
 z-index: 15010;
}
#imageBottomFile{
 z-index: 15009;
 margin-right: 10px;
}
#imageBottomLien{
 z-index: 15009;
 margin-right: 10px;
}

#imageloading {
 position: absolute;
 z-index: 15002;
 top: 40%;
 left: 47.5%;
}

#imageDataContainer {
 z-index: 15007;
 font: 10px Verdana, Helvetica, sans-serif;
 background-color: white;
 margin: 0 auto;
 line-height: 1.4em;
 overflow: auto;
 width: 100%;
 padding-bottom: 5px;
}

#imageData {
 z-index: 15008;
 padding: 0 10px;
 color: #666;
}

#imageData #imageDetails {
 width: 80%;
 float: left;
 text-align: left;
}

#imageData #imageCaption {
 font-weight: bold;
}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	font-style: italic;
}

#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 15001; 
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; 
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; 
}



