#lightbox {
	left: 0px; width: 100%;line-height: 0; position: absolute; z-index: 99999999;
}
#lightbox a img {
	border: currentColor;
}
#outerImageContainer {
	margin: 0px auto; width: 250px; height: 250px; position: relative;
}
#lightboxImage {
	border: 3px solid #594b3f;
}
#imageContainer {
	padding: 10px; text-align:center;
}
#loading {
	left: 0%; 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: 999999;
}
#imageContainer > #hoverNav {
	left: 0px;
}
#hoverNav a {
	
}
#prevLink {
	background: url("blank.gif") no-repeat; width: 49%; height: 100%; display: block;
}
#nextLink {
	background: url("blank.gif") no-repeat; width: 49%; height: 100%; display: block;
}
#prevLink {
	left: 0px; float: left;
}
#nextLink {
	right: 0px; float: right;
}
#prevLink:hover {
	background: url("prev.gif") no-repeat left 50%; filter: alpha(opacity=90); opacity: 0.9;
}
#prevLink:hover:visited {
	background: url("prev.gif") no-repeat left 50%; filter: alpha(opacity=90); opacity: 0.9;
}
#nextLink:hover {
	background: url("next.gif") no-repeat right 50%; filter: alpha(opacity=90); opacity: 0.9;
}
#nextLink:hover:visited {
	background: url("next.gif") no-repeat right 50%; filter: alpha(opacity=90); opacity: 0.9;
}
#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;
}
.ontop #imageData {
	padding-top: 5px;
}
#imageDataContainer {
	margin: 0px auto; line-height: 1.4em;
}
#imageData {
	padding: 0px 10px;
}
#imageData #imageDetails {
	width: 100%;
}
#imageData #caption {
	color:#c1c1c1; font-weight:normal; text-align:left; font-family:"微软雅黑"; font-size:14px; line-height:130%; text-align:justify;  text-justify:distribute-all-lines;
}
#imageData #caption h3{ text-align:center; font-size:14px;  font-family:"微软雅黑"; color:#fff; margin-bottom:5px; font-weight:normal;}
#imageData #numberDisplay {
	padding-bottom: 1em; clear: left; display: none;
}
#imageData #numberDisplay a {
	color: black; padding-right: 5px; padding-left: 5px;
}
#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=80); position: absolute; z-index: 9999999; opacity: 0.8 !important; background-color: rgb(0, 0, 0); -moz-opacity: 0.8;
}
.clearfix::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: "."; text-align:left;
}
* html > body .clearfix {
	width: 100%; display: inline-block;
}
* html .clearfix {
	height: 1%;
}
#lightboxIframe {
	display: none;
}
