.demo *{
/*	border: 1px solid red; */
	margin: 0;
	padding: 0;
}
.demo {
	text-align: center;
	margin-bottom: 40px;
}

	.demo a img {
		margin: 0 15px;
		border: 4px solid #fff;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
		/*border-right: 4px solid #bbb;
		border-bottom: 4px solid #999;*/
}


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

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

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

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

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

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

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	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;
}

