   /* diaporama header */

#s3slider {
   width: 170px; /* important to be same as image width */
   height: 415px;  /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float: right;
   margin-right: 0px;
   margin-top: 0px;
   border-bottom: 5px solid #c1c1c1;
     padding-right: 1px;
}


.diapoTop
{
  position: absolute;
  z-index: 5;
  margin-top: 0px;
  margin-left: -3px;
  background-image: url(../images/diapoTop.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 174px;
  height: 67px;
}




#s3sliderContent {
width: 170px; /* important to be same as image width or wider */
position: absolute; /* important */
height: 246px;
margin-top: 0px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   right: 0px;
   font: 11px/15px Arial, Helvetica, sans-serif;
   padding: 10px 10px 10px 5px;
   width: 155px;
   height: 20px;
   text-align: right;
   background-image: url(../images/diapo-repeat.png);
   background-repeat: repeat;
   background-position: top left;
   display: none; /* important */
   bottom:0px;

}


#s3slider a {
  color: #ffffff;

  text-transform: uppercase;
   font-weight:bold;

}


#s3slider a:hover {
          color: #000000;
       text-transform: uppercase;
     text-decoration: none;
   font-weight:bold;

}


.clear {
   clear: both;
}

#s3slider ul,li,span
{
  background: none;
  padding: 0px;
  margin: 0px;
  list-style-type: none;

}


/* diaporama header */