#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	line-height: 0;
	text-align: center;
}

#lightbox img {
	height: auto;
	width: auto;
}

#lightbox a img {
	border: none;
}

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

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	left: 0%;
	top: 40%;
	height: 25%;
	width: 100%;
	line-height: 0;
	text-align: center;
}

#hoverNav {
	position: absolute;
	left: 0;
	top: 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 {
	float: left;
	left: 0;
}

#nextLink {
	float: right;
	right: 0;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #fff;
}

#imageData {
	padding: 0 10px;
	color: #666;
}

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

#imageData #caption {
	font-size: 12px;
	font-weight: bold;
}

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

#imageData #bottomNavClose {
	float: right;
	width: 66px;
	padding-bottom: 0.7em;
	outline: none;
}

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

