#slider-stage,#slider-stagex {
	width: 173px;
	overflow:hidden;
	height: 90px;
	margin-left:1px;
	margin-top:20px;
	float:left;
	position:relative;
	border: 0;
}
/*#slider-buttons {
	width: 296px;
	margin: 0 auto;
	position:relative;
	height:20px;
}*/
#slider-list,#slider-listx {
	width: 173px;
	height: 90px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
	
}
#slider-list a.slide,#slider-listx a.slide {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:8px;
	float: left;
	width: 120px;
	height: 140px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#sliderBloc, #sliderBlocx {
	//height:10px;
	width:230px;
	overflow:hidden;
	border: 0;
}
#sliderBloc  a#previous, #sliderBlocx a#previousx, #sliderBloc a#next , #sliderBlocx a#nextx {
	background:url(images/fleche-carrousel-gauche.png) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:20px;
	height:20px;
	margin:55px 2px 0 0;
}
#sliderBloc  a#next, #sliderBlocx a#nextx {
	background:url(images/fleche-carrousel-droite.png) no-repeat left top;
	margin:55px 0 0 2px;
}
#sliderBloc  a#previous:hover,#sliderBlocx a#previousx:hover, #sliderBloc a#next:hover,#sliderBlocx a#nextx:hover {
	background-position:left -20px;
}