body::after {
	display: none; 
}
.lightboxOverlay {
	left: 0px; top: 0px; display: none; position: absolute; z-index: 9999; opacity: 0.8; background-color: black;
}
.lightbox {
	left: 0px; width: 100%; text-align: center; line-height: 0; font-weight: normal; position: absolute; z-index: 10000;
}
.lightbox .lb-image {
	border-radius: 3px; height: auto; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.lightbox a img {
	border: currentColor; border-image: none;
}
.lb-outerContainer {
	margin: 0px auto; border-radius: 4px; width: 250px; height: 250px; position: relative; background-color: white; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
}
.lb-outerContainer::after {
	clear: both; display: table; content: "";
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	left: 0%; top: 43%; width: 100%; height: 25%; text-align: center; line-height: 0; position: absolute;
}
.lb-cancel {
	background: url("../images/loading.gif") no-repeat; margin: 0px auto; width: 32px; height: 32px; display: block;
}
.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: 49%; height: 100%; display: block; cursor: pointer;
}
.lb-next {
	width: 49%; height: 100%; display: block; cursor: pointer;
}
.lb-prev {
	left: 0px; float: left;
}
.lb-prev:hover {
	background: url("../images/prev.png") no-repeat left 48%;
}
.lb-next {
	right: 0px; float: right;
}
.lb-next:hover {
	background: url("../images/next.png") no-repeat right 48%;
}
.lb-dataContainer {
	margin: 0px auto; width: 100%; padding-top: 5px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
}
.lb-dataContainer::after {
	clear: both; display: table; content: "";
}
.lb-data {
	padding: 0px 4px; color: rgb(187, 187, 187);
}
.lb-data .lb-details {
	width: 85%; text-align: left; line-height: 1.1em; float: left;
}
.lb-data .lb-caption {
	line-height: 1em; font-size: 13px; font-weight: bold;
}
.lb-data .lb-number {
	color: rgb(153, 153, 153); padding-bottom: 1em; clear: left; font-size: 12px; display: block;
}
.lb-data .lb-close {
	background: url("../images/close.png") no-repeat right top; width: 30px; height: 30px; text-align: right; float: right; display: block; opacity: 0.7;
}
.lb-data .lb-close:hover {
	cursor: pointer; opacity: 1;
}
