#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#lightbox #outerImageContainer{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox #imageContainer{
	padding: 10px;
}
#lightbox #loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox #hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox #imageContainer>#hoverNav {
	left: 0;
}
#lightbox #hoverNav a {
	outline: none;
}
#lightbox #prevLink, #lightbox #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox #prevLink {
	left: 0;
	float: left;
}
#lightbox #nextLink {
	right: 0; float: right;
}
#lightbox #prevLink:hover, #lightbox #prevLink:visited:hover {
	background: url(../img/prevlabel.gif) left 15% no-repeat;
}
#lightbox #nextLink:hover, #lightbox #nextLink:visited:hover {
	background: url(../img/nextlabel.gif) right 15% no-repeat;
}
#lightbox #imageDataContainer{
	font: 11px "Trebuchet MS", Arial, Verdana;
	background-color: #FFF;
	margin: 0 auto;
	overflow: auto;
	width: 100%	
	}

#lightbox #imageData{
	padding:0 10px; color: #666;
}
#lightbox #imageData #imageDetails {
	width: 70%; float: left; text-align: left;
}
#lightbox #imageData #numberDisplay {
	display: block; clear: left; padding-bottom: 1.0em;
}
#lightbox #imageData #bottomNavClose {
	width: 66px; float: right;  padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}