.KlightBox-overlay {
	opacity: .20;
	filter: alpha(opacity =   20);
	-ms-filter: "alpha(opacity=20)";
	-khtml-opacity: .20;
	-moz-opacity: .20;
	background-color: black;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
}
.KlightBox-lightbox {
	display: none;
	width: 500px;
	height: 500px;
	position: absolute;
	z-index: 99;
	background-color: white;
	border: 4px solid gray;
	cursor: pointer;
}

.KlightBox-thumbnail {
cursor: pointer;
}
