#boxslide{
	position:absolute;
	top:0;
	left:0;
}
#boxslide div{
	width:940px;
	float:left;
}
#boxslide .buttons{
	text-align:left
}
#boxslide .next{
	float:right
}

.frontslide .buttons{
	text-align:left;
	clear:both;
}

.frontslide .buttons span{
	text-align:left;
	clear:both;
	padding:1px;
	cursor:pointer;
}

.mask1{
	position:relative;
	height:170px;
	overflow:hidden;
}

.buttons span {	
	width:16px;
	background: url(../../images/bouton_menu_off.png) 0 0 no-repeat;
}	
.buttons span.active, .buttons span:hover {
	/*background: #2971a7;
	color: #fff;*/
	width:16px;
	background: url(../../images/bouton_menu_light.png) 0 0 no-repeat;	
}


