.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:			#fff;
	text-align:				center;
	overflow:				visible;
	padding:				10px;
	border-bottom: 				30px solid #fff;
	
}

* html #sbox-window
{
	top: 50% !important;
	left: 50% !important;
}

#sbox-btn-close
{
	position:				absolute;
	width:					130px;
	height:					25px;
	right:					10px;
	bottom:					-25px;
	background:				url(../images/closebox.png) no-repeat top left;
	border:					none;
}

.sbox-loading #sbox-content
{
	background-image:		url(../images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:		center;
}

#sbox-content
{
	clear:					both;
	overflow:				hidden;
	background-color:			#bebcbd;
	height:					100%;
	width:					100%;

}

.sbox-content-image#sbox-content
{
	overflow:				hidden;
	
}

#sbox-image 
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
	margin: 				0 auto;
	text-align: 		center;
	
}

.sbox-content-iframe#sbox-content
{
	overflow:				hidden;
	
}

