#lightbox-bg {
	background-color: #000;
	position: absolute;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity=20);
	opacity: 0.2;
}
#lightbox {
	height: 300px;
	width: 300px;
	background-color: #FFF;
	position: absolute;
	z-index: 99999999;
	border: 2px dotted #FFF;
	border-radius: 15px;
}
#lightbox .img {
	border-radius: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lightbox .close {
	position: absolute;
	top: -11px;
	right: -11px;
	cursor: pointer;
}
