/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:230px;
	font-size:0.7em;
	
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:15px;
    z-index:8;
    opacity:0.0;
    height: 230px;
    background-color: #F1F1F1;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 200px;
    display: block;
    border: 0;
    margin-bottom: 10px;
	position: relative;
}

.coin_haut_gauche, .coin_haut_droite, .coin_bas_gauche , .coin_bas_droite
  {
  position: absolute;
  z-index:20;
  width:20px;
height:20px;
opacity:1.0;
}

.coin_haut_gauche
{
  top: -11px;
  left: 0px;
  background: url('../guidezode/images/hg.png') top center no-repeat;	
}

.coin_haut_droite {
  top: -11px;
  right: 0px;
  background: url('../guidezode/images/hd.png') top center no-repeat;
}

.coin_bas_gauche {
  bottom: 17px;
  left: 0px;
  background: url('../guidezode/images/bg.png') top center no-repeat;
}

.coin_bas_droite {
  bottom: 17px;
  right: 0px;
  background: url('../guidezode/images/bd.png') top center no-repeat;
}
