.sample {
	background-color: #fff;
}

#box {
	position: absolute;
}

#box div {
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#box .buttons {
	text-align: left
}

#box .next {
	float: right
}

#zone_slider {
	position: relative;
	width: 540px;
	height: 262px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 16px;
}

#zone_slider .buttons {
	text-align: center;
	clear: both;
}

#zone_slider .mask1 {
	position: relative;
	width: 538px;
	height: 260px;
	overflow: hidden;
	border: solid 1px #ccc;
}

#handles {
	position: absolute;
	right: 8px;
	bottom: 24px;
	z-index: 30;
}

#stop, #play {
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

#stop img, #play img {
	width: 30px;
	height: 30px;
}

#stop {
	position: absolute;
	left: 10px;
	bottom: 22px;
	z-index: 10;
}

#play {
	position: absolute;
	left: 40px !important;
	bottom: 22px;
	z-index: 10;
}

.control_barre {
	background-color: #000;
	position: absolute;
	left: 1px;
	bottom: 16px;
	width: 538px;
	height: 40px;
	z-index: 2;
	display: none;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

/* ********************************** */

.buttons {
	margin: 0;
	padding: 0;
}

.buttons span {
	padding: 2px 5px;
	cursor: pointer;
	font: bold 14px Verdana;
	float: left;
	margin-right: 4px;
	border: solid 1px;
	display: block;
}
