/*
.sliderbutton {float:left; width:25px; height:170px; cursor:pointer}*/
#slideleft {background:url(images/icons.gif) -50px -265px no-repeat}
#slideleft:hover {background-position:-0 -265px}
#slideright {background:url(images/icons.gif) 0 90px no-repeat}
#slideright:hover {background-position:-50px 90px}
#slider {float:left; position:relative; overflow:auto; width:100%; height:170px}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:100%; height:170px}
.pagination {position:absolute; top:60px; right:8px; list-style:none; height:25px}
.pagination li {opacity: 0.8;float:left; cursor:pointer; height:16px; width:16px; background:#333; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, li.current {background:#CC0035}


.slide_box {
  position: relative;
  height: 150px;
    overflow: hidden;
}
.slide_img {
  width: 100%;
}

.slide_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  background-color: #333;
  padding: 5px;
}




#last_actus ul, #last_actus li {
  margin: 0;
  padding: 0;
}

#last_actus {float:left; position:relative; overflow:auto; width: 265px; height:200px}
#last_actus ul {position:absolute; list-style:none; top:0; left:0}
#last_actus li {float:left; width: 265px; height:200px}

.sliderbutton {position: absolute; width:32px; height:170px; cursor:pointer;
  opacity: 0.7;
}

#slideleft_actu {
  background:url(images/left.gif) 0 60px  no-repeat transparent;
}
#slideright_actu {
  background:url(images/right.gif) 0 60px no-repeat transparent;
  right: 0;
}
#slideleft_actu:hover,
#slideright_actu:hover {
  opacity: 0.4;
}








#last_actus3 ul, #last_actus3 li {
  margin: 0;
  padding: 0;
}

#last_actus3 {float:left; position:relative; overflow:auto; width: 265px; height:200px}
#last_actus3 ul {position:absolute; list-style:none; top:0; left:0}
#last_actus3 li {float:left; width: 265px; height:200px}


#slideleft_actu3 {
  background:url(images/left.gif) 0 60px  no-repeat transparent;
}
#slideright_actu3 {
  background:url(images/right.gif) 0 60px no-repeat transparent;
  right: 0;
}
#slideleft_actu3:hover,
#slideright_actu3:hover {
  opacity: 0.4;
}