#galerie{
   position:relative;
   height: 200px;
   padding-left:20px;
   padding-right:20px;
   overflow: hidden;
}

.suiv{
    cursor: pointer;
    position: absolute;
    top:40%;
    right:0;
    height: 40px;
    width: 40px;
	text-align: center;
	font-size: 60px;
	line-height: 20px;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px; 
	border-radius: 23px;
	background: rgba(34, 34, 34, 0.35);
}

.suiv:hover{
color:#fafafa;
}

.prec{
    cursor: pointer;
    position: absolute;
   top:40%;
    left: 0;
    height: 40px;
    width: 40px;
	text-align: center;
	font-size: 60px;
	line-height: 20px;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	background: rgba(34, 34, 34, 0.35); 
 
}

.recommandation{
text-decoration:none;
font-size:12px;
width:260px;
 white-space: nowrap; 
 overflow: hidden;
 text-overflow: ellipsis;

}

.recommandation:hover{
font-size:12px;
text-decoration:none;
}

.prec:hover{
color:#fafafa;
}

.slider{
    
    width: 5000px;
    position:relative;
    top: 16px;
    left:0px;
	
}