/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

/* Sample 2*/
#box2, #box3, #box4, #box5, #box6, #box7, #box8, #box9, #box10, #box11{
	position:absolute;
}
#box2 span, #box3 span, #box4 span, #box5 span, #box6 span, #box7 span, #box8 span, #box9 span, #box10 span, #box11 span{
	display:block;
	float:left;
}

#box12{
	position:absolute;
}
#box12 span{
	display:block;
	float:left;
}

/* Sample 3*/
/*#box3{
	position:absolute;
}
#box3 span{
	display:block;
	float:left;
}*/

/* Sample 4*/
/*#box4{
	position:absolute;
}
#box4 div{
	width:480px;
	height:240px;
	float:left;
	background:#eee;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:200px;
	width:150px;
	float:left;
	margin:0 10px 10px 15px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}*/

/* Sample 5*/
/*#box5{
	position:absolute;
	width:240px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}*/

/* Sample 13*/
#box13{
	position:absolute;
	width:470px;
}
#box13 span{
	display:block;
}
#handles13_1{
	float:left;
	position:relative;
	left:20px;
}
#handles13_2{
	float:right;
	position:relative;
	right:20px;
}
.mask13{
	position:absolute;
	left:50%;
	margin-left:-120px;
	width:470px;
	height:240px;
	overflow:hidden;
	border:2px solid #000;
}
.sample-13 .buttons{
	clear:both;
	text-align:center;
}

/* Sample 7*/
/*#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:486px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:200px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:54px;
	float:right;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(thumbs_mask.gif) no-repeat center top;
}*/

/* Sample 8*/
/*#box8{
	position:absolute;
}
#box8 div{
	width:480px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
*/
/* ********************************** */

.thumbs{
	width:75px;
}
.thumbs div{
	display:block;
	width:75px;
	height:39px;
	margin:7px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:1px solid #555;
	padding:1px;
}

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

.sample-1{
	border:1px solid #555;
	padding:1px;
	width:470px;
	margin:0 auto;
}

.mask-1{
	position:relative;
	width:470px;
	height:240px;
	overflow:hidden;
}

.sample-12{
	width:522px;
	margin:20px auto;
}

.mask-12{
	position:relative;
	width:522px;
	height:74px;
	overflow:hidden;
}
#box12 img{
	width:172px;
	height:74px;
}
.sample-produits-2, .sample-produits-3, .sample-produits-4, .sample-produits-5, .sample-produits-6, .sample-produits-7, .sample-produits-8, .sample-produits-9, .sample-produits-10, .sample-produits-11{
	padding:1px;
	width:400px;
	margin:0 auto;
	display:none;
}
.mask2, .mask3, .mask4, .mask5, .mask6, .mask7, .mask8, .mask9, .mask10, .mask11{
	position:relative;
	width:400px;
	height:500px;
	overflow:hidden;
}
/*.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}*/

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