#slider {
	margin:auto;
	background-image:url(img/slide-bg.jpg);
	width:990px;
	height:214px;
	padding-top:14px;
	position:relative;
	margin-bottom:15px
}
#prev {
	background-image:url(img/fleches.jpg);
	display:block;
	width:13px;
	height:17px;
	text-indent:-9000;
	position:absolute;
	left:-25px;
	top:110px;
	outline: none;
	text-indent:-9000px;
}
#next {
	background-image:url(img/fleches.jpg);
	background-position: 13px 0;
	display:block;
	width:13px;
	height:17px;
	text-indent:-9000;
	position:absolute;
	right:-25px;
	top:110px;
	outline: none;
	text-indent:-9000px;
}
#prev:hover {
	background-position: 0 -17px;
}
#next:hover {
	background-position: 13px -17px;
}
.pics {
	width:  990px;
	height:   200px;
	padding: 0;
	margin:  0;
	overflow: hidden
}
.pics li {
	width:  990px;
	height:   200px;
	top:  0;
	left: 0;
	border:0
}
.pics li a img {
	border:0
}