/* SlideShow */


.slide{
  height: 230px;
    width:662px;

}
#slides{
  width: 100%;
  height: 200px;
}
#slides_ombre{
  margin-left: 20px;
  position: relative;
  bottom: 19px;
}
.caption {
  z-index:9;
  position:absolute;
  bottom:18px;
  left:0;
  height:59px;
  padding:5px 0;
  background: url('/ressourcesThemePortail/slideshow/slidshow_caption_background.png') repeat-x;
  width:662px;
  font-size:1.3em;
  line-height:1.33;
  color:#fff;
  text-shadow:none;
}
.caption p{
  font-family: Verdana;
  font-size: 15px;
  font-variant: bold;
  color: #CACDD3;
  background: url(/ressourcesThemePortail/slideshow/zoom_actus_decoration_titre.png) no-repeat;
  height: 59px;
  padding-left: 65px;
}
.caption p a{
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #fff;
}
/*
  Pagination
*/

.pagination {
  top: -262px;
  position: relative;
  z-index: 99;
  margin:26px auto 0;
  width:90px;
}

.pagination li {
  float:left;
  margin:0 1px;
  list-style:none;
}

.pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(/ressourcesThemePortail/slideshow/zoom_actus_pastille_actu_sprit.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.pagination li.current a {
  background-position:0 -23px;
}
/*
  Next/prev buttons
*/

#slides .next,#slides .prev {
  position:absolute;
  top:90px;
  z-index:101;
}
#slides .prev,#slides .next{
  height: 34px;
  width: 34px;
}
#slides .next {
  left:645px;
  background: url('/ressourcesThemePortail/slideshow/slideshow_next.png');
}
#slides .next:hover,#slides .next:focus{
  background: url('/ressourcesThemePortail/slideshow/slideshow_next_hover.png');
}
#slides .prev{
  left: 25px;
  background: url('/ressourcesThemePortail/slideshow/slideshow_next.png');
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#slides .prev:hover,#slides .prev:focus{

  background: url('/ressourcesThemePortail/slideshow/slideshow_next_hover.png');
}

#zoom_sur {
  position: absolute;
  z-index: 20;
}


#slides_play{
  position: absolute;
  left: 0;
  background: url(/ressourcesThemePortail/slideshow/zoom_actus_btn_play.png) no-repeat;
  height: 28px;
  width: 28px;
}
#slides_pause{
  position: absolute;
  left: 650px;
  top: 175px;
  background: url(/ressourcesThemePortail/slideshow/zoom_actus_btn_pause.png) no-repeat;
  height: 28px;
  width: 28px;
  z-index: 10;
}
#slides_play{
  display: none;
  position: absolute;
  left: 650px;
  top: 175px;
  background: url(/ressourcesThemePortail/slideshow/zoom_actus_btn_play.png) no-repeat;
  height: 28px;
  width: 28px;
  z-index: 10;
}
