
#slider-stage {
	width: 560px;
	overflow:hidden;
	height: 273px;
	float:left;
	position:relative;
	background-color:#ffffff;
}

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

#sliderBloc {
}

#sliderBloc a#previous, #sliderBloc a#next {
	background:url(../img/employment/section/sales/arw_left.png) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	margin:90px 0 0 0;	
	width:20px;
	height:83px;
}

#sliderBloc a#next {
	background:url(../img/employment/section/sales/arw_right.png) no-repeat right top;
	margin:90px 0 0 0;
}

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