#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#FFFFFF;
	text-align:				left;
	overflow:				hidden;
	padding:				10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					150px;
	height:					27px;
	right:					15px;
	background:				url(/modules/event/templates/images/popup/button-close.gif) no-repeat;
	border:					none;
	bottom: 15px;
}

.sbox-window-ie6 #sbox-btn-close
{
	background: url(/modules/event/templates/images/popup/button-close.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(/third-party/squeezebox/images/loader.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;
}
