/* Sample 1*/
#box1, #box2, #box3, #box4, #box5, #box8{
	position:absolute;
}

#box1 .item-diapo-entreprise{
	width:524px;
	float:left;
}


/* Sample 2*/

#box2 .item-diapo-materiel-option{
	width:524px;
	float:left;
}


/* Sample 3*/

#box3 .item-diapo-installation{
	width:490px;
	float:left;
}
/* Sample 4*/

#box4 .item-diapo-fabrication{
	width:270px;
	float:left;
}

/* Sample 5*/

#box5 .item-diapo-exemple{
	width:624px;
	float:left;
}
/* Sample 8*/


#box8 .item-diapo-materiel{
	width:520px;
	float:left;
}

.buttons{
	margin:10px 40px 0 0;
	float:right;
	cursor:pointer;

}


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

.mask1{
	position:relative;
	width:524px;
	height:333px;
	overflow:hidden;
	text-align:left;
}
.mask2{
	position:relative;
	width:524px;
	height:320px;
	overflow:hidden;
	text-align:left;
}
.mask3{
	position:relative;
	width:490px;
	height:230px;
	overflow:hidden;
	text-align:left;
}
.mask4{
	position:relative;
	width:270px;
	height:155px;
	overflow:hidden;
	text-align:left;
}
.mask5{
	position:relative;
	width:624px;
	height:351px;
	overflow:hidden;
	text-align:left;
}
.mask8{
	position:relative;
	width:520px;
	height:320px;
	overflow:hidden;
	text-align:left;
}

