#lightbox {
	left: 0px; width: 100%; text-align: center; line-height: 0; position: absolute; z-index: 10100;
}
#jqlb_spinner {
	background-position: center; height: 32px; background-image: url("../bin_images/loading.gif"); background-repeat: no-repeat;
}
#jqlb_closelabel {
	background-position: center; height: 22px; background-image: url("../bin_images/closelabel.gif"); background-repeat: no-repeat;
}
#lightbox a img {
	border: 0px currentColor;
}
#controls {
	white-space: nowrap;
}
#outerImageContainer {
	margin: 0px auto; width: 250px; height: 250px; position: relative; background-color: rgb(255, 255, 255);
}
#imageContainer {
	padding: 10px;
}
#jqlb_loading {
	left: 0px; top: 40%; width: 100%; height: 25%; text-align: center; line-height: 0; position: absolute;
}
#hoverNav {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 10;
}
#imageContainer > #hoverNav {
	left: 0px;
}
#hoverNav a {
	outline: 0px;
}
#prevLink {
	background: url("../bin_images/blank.gif") no-repeat; width: 45%; height: 100%; display: block;
}
#nextLink {
	background: url("../bin_images/blank.gif") no-repeat; width: 45%; height: 100%; display: block;
}
#prevLink {
	left: 0px; float: left;
}
#nextLink {
	right: 0px; float: right;
}
#prevLink:hover {
	background: url("../bin_images/prev.gif") no-repeat left 50%;
}
#prevLink:hover:visited {
	background: url("../bin_images/prev.gif") no-repeat left 50%;
}
#nextLink:hover {
	background: url("../bin_images/next.gif") no-repeat right 50%;
}
#nextLink:hover:visited {
	background: url("../bin_images/next.gif") no-repeat right 50%;
}
#nextLinkText {
	color: rgb(255, 152, 52); font-weight: bold; text-decoration: none;
}
#prevLinkText {
	color: rgb(255, 152, 52); font-weight: bold; text-decoration: none;
}
#nextLinkText {
	padding-left: 20px;
}
#prevLinkText {
	padding-right: 20px;
}
#downloadLink {
	display: none;
}
.ontop #imageData {
	padding-top: 5px;
}
#imageDataContainer {
	font: 10px/1.4em Verdana, Helvetica, sans-serif; margin: 0px auto; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255);
}
#imageData {
	padding: 0px 10px;
}
#imageData #imageDetails {
	width: 70%; text-align: left; float: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	padding-bottom: 1em;
}
#imageData #bottomNavClose {
	width: 66px; padding-bottom: 0.7em; float: right;
}
#imageData #helpDisplay {
	clear: left; float: left; display: block;
}
#overlay {
	left: 0px; top: 0px; width: 100%; height: 500px; display: none; filter: alpha(opacity=60); position: absolute; z-index: 10090; opacity: 0.6; background-color: rgb(0, 0, 0); -moz-opacity: .6;
}
.clearfix::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
* html > body .clearfix {
	width: 100%; display: inline-block;
}
* html .clearfix {
	height: 1%;
}
#lightboxIframe {
	display: none;
}
