.slideshow {
}
.slideshow p {
	clear:both;
  	padding-top: 9px;
	height:80px;
	color:#036;
}
.slideshow ul {
  clear:both;
  top: 0px;
  left:-25px;
  position:absolute;
  overflow: hidden;
  z-index: 10001;
}

.slideshow ul a {
background-position:50%;
cursor:pointer;
display:block;
height:25px;
margin-right:5px;
opacity:0.7;
width:30px;
}
.slideshow ul a.active,
.slideshow ul a:hover {
  opacity: 1;
}
.slideshow ul li {
  float:left;
  list-style: none;
}
.slideshow a.next {
background-image:url(http://cdn.fre.fr/images/icones/PNG/7.png);
background-repeat:no-repeat;
margin-right:0;
width:16px;
}
.slideshow a.prev {
background-image:url(http://cdn.fre.fr/images/icones/PNG/8.png);
background-repeat:no-repeat;
width:16px;
}


