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

#lightbox a img {
	border: none;
}

#bottomNav {
	margin: 0pt auto;
	text-align: right;
}

a#bottomNavClose {
	font-size: 12px !important;
	display: block;
	padding: 5px 30px 3px 0!important;;
	background: #fff url(images/close_grey2.gif) right 4px no-repeat;
	color: #666666;
	font-size: 1em;
	line-height: 1.167em;
	text-decoration: none;
	z-index: 10;
}

a#bottomNavClose:hover {
	color: #000 !important;
	background: #fff url(images/close_grey2.gif) right -178px no-repeat;
}

a#bottomNavClose span {
	border-bottom: 1px solid #B2B2B2
}

a#bottomNavClose:hover span {
	border-bottom: 1px solid #7F7F7F;
}

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

#imageContainer {
	padding: 10px;
	padding-top: 5px;
}

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

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

#imageContainer>#hoverNav {
	left: 0;
}

#prevLink, #nextLink {
	width: 58px;
	height: 58px;
	display: block;
}

#prevLink {
	background-image:url(images/go_prev.png) !important;
	background-repeat:no-repeat;
	background-position:top left;
	float: left;
	margin-left: 25px;
}

#prevLink:hover  {
	background-image:url(images/go_prev.png)!important;
	background-repeat:no-repeat;
	background-position:bottom left;
}

#nextLink {
	background-image:url(images/go_next.png)!important;
	background-repeat:no-repeat;
	background-position:top left;
	float: right;
	margin-right: 25px;
}
#nextLink:hover {
	background-image:url(images/go_next.png)!important;
	background-repeat:no-repeat;
	background-position:bottom left;
}

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

#imageData {
	padding: 0 10px;
}

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

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

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

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix { /* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}