

/* Sample 6*/
#box6{
	position:absolute;
	width: 900px;
}
#box6 span{
	display:block;
}
/* affichage des miniatures */
#handles6_1{
	float: left;
}

/* affichage du slideshow */
.mask6{ /* masque de diapositive */
	position:absolute;
	left: 90px; /* décalage pour que l'affichage ne masque pas les miniatures */
	width: 900px;
	height: 390px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}


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

/* Affichage des miniatures */
.thumbs
{
	width:54px;
}
/* Caractéristiques des vignettes */
.thumbs div{
	padding-top: 1em; /* décalage des miniatures de 1em du haut*/
	padding-left: 0.3em;
	display:block;
	width:60px; /* largeur de la vignette */
	height:41px; /* hauteur de la vignette */
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img
{
	display:block;
	width:100%;
	height:100%;
	border:none
}

/* Titre du slideshow */
.info{
	width: 900px;
	height: 50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

span img{
	display:block;
	border:none;
}
