.sbLightbox_frame
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10998;
}
.sbLightbox_wrapper
{
	display: none;
	width: 100%;
	height: 100%;
	z-index: 11998;
	position: absolute;

}
.sbLightbox_inner
{
	width: 500px;
	padding-top: 100px;
	position: relative;
	left: 50%;
	margin-left: -250px;
}