@charset "iso-8859-2";
.xcontainer {
	width: 600px;
	height: 450px;
	margin: 0px auto;
	position: relative;
}
.xskin {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 450px;
}
.xbones {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 450px;
	background-position: top left;
	overflow: hidden;
}
.xslider {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 225px;
	left: 125px;
	color: white;
	text-align: center;
	line-height: 46px;
	font-size: 28px;
	cursor: move;
}