#sbox-window embed,
#sbox-window object,
#sbox-window select{
	visibility:visible;
}

#sbox-overlay{
	position:absolute;
	background-color:#000;
}

#sbox-window{
	position:absolute;
	border:3px solid #C5B59E;
	background-color:transparent;
	text-align:left;
	overflow:visible;
	/*padding:10px;*/
}
	/* SHADOW */
	#sbox-window .sh{
		background:transparent url(/_pic/bg-light-shadow.png) no-repeat 0 0;
		position:absolute;
	}
	#sbox-window .sh-t,
	#sbox-window .sh-b{
		width:100%;height:100%;
		left:-21px;
	}
	#sbox-window .sh-t{
		background-position:-42px -42px;
		top:-21px;
	}
	#sbox-window .sh-b{
		background-position:-42px 0px;
		width:100%;height:41px;
		top:auto;
		margin-top:-21px;
	}
	#sbox-window .sh-b.sh-r{
		background-position:0 0;
	}
	#sbox-window .sh-r{
		background-position:0 -42px;
		width:41px;
		margin-left:100%;
	}

#sbox-btn-close{
	position:absolute;
	width:30px;
	height:30px;
	right:-18px;
	top:-15px;
	background:transparent url(/_pic/closebox.png) no-repeat center;
	border:none;
	z-index:3;
}
a#sbox-btn-close{
	cursor:pointer;
	//cursor:hand;
}

/*.sbox-window-ie6 #sbox-btn-close{
	background-image:		url(closebox.gif);
}*/

.sbox-loading #sbox-content{
	background-image:url(/_pic/spinner.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#sbox-content{
	clear:both;
	overflow:hidden;
	background-color:#fff;
	height:100%;
	width:100%;
	position:relative;
	z-index:2;
}
#sbox-content .tube{
	overflow:hidden;
	height: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;
}
