#lightbox{
	position: absolute;
	left: 0px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	width: 100%;
	visibility: visible;
}
#lightbox img{
	width: auto;
	height: auto;
}
#lightbox a img{
	border: none;
}

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

#loading{
	position: absolute;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	top: 40%;
}
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#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{
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#nextLink{
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: 240px 50%;
}

#imageDataContainer{
	margin: 0 auto;
	line-height: normal;
	overflow: auto;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#imageData{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}	
#imageData #caption{
	font-weight: bold;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1em;
	background-color: #FFFFFF;
}			
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	background-color: #FFFFFF;
}	 	

#overlay{
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0px;
	visibility: visible;
	z-index: 90;
	left: 0px;
	background-color: #001941;
}
