.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #474f37;
border-bottom-width: 6px;
width: 160px; /*width of featured content slider*/
height: 110px;
z-index: 1;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #474f37;
text-align:center;
width: 160px; /*width of content DIVs within slider. Total width should equal slider's inner width (160+5+5=170) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index: 2;
}

.pagination{
width: 160px; /*Width of pagination DIV. Total width should equal slider's outer width (170+10+10=190)*/
text-align: center;
background-color: #626d4c;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
font-weight:bolder;
text-decoration: none; 
color: #ffffff;
background: #474f37;
}

.pagination a:hover, .pagination a.selected{ color: #8ed200;background-color: #474f37;}

/* pour images galerie qui défilent */
#slider2 {border-color: #474f37;margin-left: 0px;height: 110px}
#paginate-slider2 {background-color: #474f37;border-color: #474f37;margin-left: 0px;}
#paginate-slider2 a:hover, #paginate-slider2 a.selected{color: #8ed200;}

/* pour logos marques qui défilent */
#slider1 {background-color:none; border:0px;;margin: 0px;height: 100px; width:275px;}
#slider1 .contentdiv{background: none; width: 275px; }
#paginate-slider1 { visibility:hidden }