#lightboxOverlay {
	left: 0px; top: 0px; display: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); position: absolute; z-index: 9999; opacity: 0.85; background-color: black;
}
#lightbox {
	left: 0px; width: 100%; text-align: center; line-height: 0; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; font-weight: normal; position: absolute; z-index: 10000;
}
#lightbox img {
	width: auto; height: auto;
}
#lightbox a img {
	border: currentColor;
}
.lb-outerContainer {
	margin: 0px auto; width: 812px; position: relative;
}
.lb-outerContainer::after {
	clear: both; display: table; content: "";
}
.lb-container {
	background: rgb(255, 255, 255); width: 812px; padding-bottom: 30px;
}
.lb-loader {
	left: 0%; top: 40%; width: 100%; height: 25%; text-align: center; line-height: 0; position: absolute;
}
.lb-nav {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 10;
}
.lb-container > .nav {
	left: 0px;
}
.lb-nav a {
	
}
.lb-prev {
	width: 50%; height: 100%; display: block; position: absolute; cursor: pointer; background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.lb-next {
	width: 50%; height: 100%; display: block; position: absolute; cursor: pointer; background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.lb-prev {
	left: -80px; float: left;
}
.lb-next {
	right: -80px; float: right;
}
.lb-prev:hover {
	background: url(prev.png) no-repeat left 48%;
}
.lb-next:hover {
	background: url(next.png) no-repeat right 48%;
}
.lb-dataContainer {
	margin: 0px auto; width: 100%; height: 52px;
}
.lb-dataContainer::after {
	clear: both; display: table; content: "";
}
.lb-data {
	margin: 0px auto; width: 812px; height: 52px; color: rgb(187, 187, 187);
}
.lb-data .lb-details {
	text-align: left; line-height: 1.1em; float: left;
}
.lb-data .lb-caption {
	color: rgb(255, 255, 255); line-height: 1em; font-size: 13px; font-weight: bold;
}
.lb-data .lb-number {
	padding-bottom: 1em; clear: left; font-size: 11px; display: block;
}
.lb-data .lb-close {
	width: 35px; height: 35px; padding-bottom: 0px; margin-left: 10px; float: right; display: inline-block;
}
.lb-data .lb-hrefa {
	width: 35px; height: 35px; padding-bottom: 0px; margin-left: 10px; float: right; display: inline-block;
}
.lb-data .lb-hrefa {
	display: none;
}
.lb-data .lb-close {
	background: url(../Content/images/closea.png) no-repeat; width: 33px; height: 33px; margin-right: 0px;
}
.lb-data .lb-close:hover {
	background: url(../Content/images/closeb.png) no-repeat; cursor: pointer;
}
.lb-closeContainer {
	background: rgb(255, 255, 255); height: 52px;
}
