#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-top
{
	position:				absolute;
	top:					-12px;
	width:					645px;
	height:					45px;	
	border:					none;
	left:					50px;
}

#sbox-window
{
	position:				absolute;
	text-align:				left;
	overflow:				visible;
	padding:				5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	background:				#FFFFFF;
}

#sbox-btn-close
{
	position:				absolute;
	width:					82px;
	height:					76px;
	right:					2px;
	top:					5px;
	@top:					4px;
	background:				url(../img/sbCloseButton.png) no-repeat center;
	border:					none;
}

#sbox-topLeft
{
	position:				absolute;
	width:					8px;
	height:					8px;
	top:					5px;
	left:					5px;
	background:				url(../img/lightboxCornerTopLeft.gif) top left no-repeat;
	border:					none;
}

#sbox-bottomLeft
{
	position:				absolute;
	width:					8px;
	height:					8px;
	top:					105px;
	left:					5px;
	background:				url(../img/lightboxCornerBottomLeft.gif) bottom left no-repeat;
	border:					none;
}

#sbox-bottomRight
{
	position:				absolute;
	width:					8px;
	height:					8px;
	right:					5px;
	background:				url(../img/lightboxCornerBottomRight.gif) bottom right no-repeat;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(../img/sbCloseButton.png);
}

.sbox-loading #sbox-content
{
	background-image:		url(../img/load.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				hidden;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}