
#lightbox {
	position: absolute;
	left: 0pt;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0pt;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: medium none;
}

#outerImageContainer {
	position: relative;
	background-color: rgb(255, 255, 255);
	width: 250px;
	height: 250px;
	margin: 0pt auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0pt;
}

#hoverNav {
	position: absolute;
	top: 0pt;
	left: 0pt;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer > #hoverNav {
	left: 0pt;
}

#hoverNav a {
	outline: medium none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url("data:image/gif;base64,AAAA");
	display: block;
}

#prevLink {
	left: 0pt;
	float: left;
}

#nextLink {
	right: 0pt;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url("js/prevlabel.gif") no-repeat scroll left 15% transparent;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url("js/nextlabel.gif") no-repeat scroll right 15% transparent;
}

#imageDataContainer {
	font: 10px/1.4em Verdana,Helvetica,sans-serif;
	background-color: rgb(255, 255, 255);
	margin: 0pt auto;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding: 0pt 10px;
	color: rgb(102, 102, 102);
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: medium none;
}

#overlay {
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: rgb(0, 0, 0);
}
