#slideshow-area, #slideshow-scroller {
width: 780px;
height: auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow-holder {
 height: auto;
}

#fleche {
height: auto;
width: 770px;
}

#fleche h1 {
position: relative;
float: left;
}

#slideshow-previous, #slideshow-next {
margin-top: 8px;
  position: relative;
  float: right;
  width: 50px;
  height: 20px;
  background: url("images/fleched.png") no-repeat;
  display: none;
  cursor: pointer;
}

#slideshow-previous {
  background: url("images/flecheg.png") no-repeat;
  margin-right: 50px;
}

#slideshow-next:hover {
background: url("images/flechedhover.png") no-repeat;
}

#slideshow-previous:hover {
background: url("images/flecheghover.png") no-repeat;
}

.slideshow-content {
float: left;
width: 780px;
}

.rea {
position: relative;
float: left;
background-color: #e4e4e4;
height: 150px;
width: 360px;
padding: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

.rea img {
border: 2px solid #fff;
}

.rea li {
text-align: center;
color: #fff;
background-color: #036cb0;
border: 2px solid #fff;
width: 80px;
list-style: none;
margin-bottom: 5px;
margin-left: 0px;
padding: 2px;
}

.rea ul {
position: absolute;
top: 10px;
right: 10px;
margin-top: 0px;
}
