#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:				left;
	overflow:				visible;
	padding:				10px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(squeezebox/closebox.png) no-repeat center;
	border:					none;
}

#sbox-btn-logo
{
	position:				absolute;
	width:					150px;
	height:					29px;
	left:					-15px;
	bottom:					-15px;
	background:				url(squeezebox/logo.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(squeezebox/closebox.gif);
}
.sbox-window-ie6 #sbox-btn-logo
{
	background: none;
}

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

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
	font-size:				1.3em;
}

.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
{
	visibility:				hidden;
}
#sbox-content .events_location .item h3, #sbox-content .events_location .item p { font-size: 1.0em; }