#slider-stage {
	width: 393px;
	overflow:hidden;
	height: 269px;
	margin-left:1px;
	float:left;
	position:relative;
}

#slider-list {
	width: 393px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
}

#sliderBloc {
	height:269px;
	/*margin:0 auto;*/
	width:520px;
	overflow:hidden;
}

#sliderBloc a#previous, #sliderBloc a#next {
	background:url(/images/carrousel/left.png) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:20px;
	height:20px;
	margin:135px 4px 0 0;
}

#sliderBloc a#next {
	background:url(/images/carrousel/right.png) no-repeat left top;
	margin:135px 0 0 4px;
}

#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background-position:left -20px;
}

