.kb-lightbox {
	display: none;
	position: absolute;
	overflow: auto;
	z-index: 1001;
	left: 50%;
}
.kb-lightbox .kb-lightbox-container {
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #333;
	-moz-box-shadow: 0px 8px 8px #111;
	-webkit-box-shadow: 0px 8px 8px #111;
	box-shadow: 0px 8px 8px #111;
}
.kb-lightbox div.kb-btn-close {
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
	width: 38px;
	height: 38px;
	background: url(../img/btn-close.png) no-repeat;
	z-index: 1002;
	text-indent: -10000px;
}