#slideshow {
    min-width: 600px;
    max-width: 600px;
    min-height :200px;
    max-height :200px;    
    position:relative;
    height:341px;
}

#slideshow IMG {
    min-width: 600px;
    max-width: 600px;
    min-height :200px;
    max-height :200px;
    width:inherit;
    height:inherit;
    position:absolute;
    top:0px;   
    bottom :0px;
    right:0px;
    left:0px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

