/* Sample 6*/
#box6{
	position:absolute;
	width:350px;

}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
.mask6{
	position:relative;
	margin-left:0px;
	width:350px;
	height:263px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
	margin-top:0px;
	margin-left:47px;
	background-image: url(../images-demo/fond-controle-diapo.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 303px;
	padding-left:100px
}

.sample6 .buttons span{
	cursor:pointer;
	width: 48px;
	display:block;
	float:left
}

.sample6 .buttons #play6 {
	background-image: url(../images-demo/play.gif);
	background-repeat: no-repeat;
}


.sample6 .buttons #stop6 {
	background-image: url(../images-demo/stop.gif);
	background-repeat: no-repeat;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

span img{
	display:block;
	border:none;
}
