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

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

#lightbox a img {
	border: none;
}

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

#imageContainer {
	padding: 10px;
}

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

#hoverNav {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0px;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	background: transparent url(images/blank.gif) no-repeat;
	display: block;
	height: 100%;
	width: 49%;
}

#prevLink {
	float: left;
	left: 0px;
}

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

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

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

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

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

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

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

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

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

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