#slideshow {
    position:relative;
    height:239px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0.0pt;
    z-index:8;
    opacity:0.0;
  margin-left: 10.0%;
  padding-bottom: 10.0%;
  margin-right: 10.0%;
  margin-bottom: 5.0%;
  resize: both;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}