.galerie {
	position: relative;
	background: #545552;
	height: 118px;
	width: 590px;
	overflow: hidden;
}

.slider {
	width: 10000px;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 2;
}

.suiv {
	background: url(../images/fleches.jpg) right top no-repeat;
	width: 45px;
	height: 120px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.prec {
	background: url(../images/fleches.jpg) left top no-repeat;
	width: 50px;
	height: 120px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;

}
.prec:hover {
}
.suiv:hover {
}

.galerie a {
	display: block;
	float: left;
	padding-left: 15px;
}

.galerie a img {
	border: solid 1px black;
}

.galerie a:hover  img..galerie a.courant img {
	border: solid 1px black;
}