/*** set the width and height to match your images **/

#slideshow {
    hei80: 400px;
    position: relative;
}

    #slideshow DIV {
        left: 0;
        opacity: 0.0;
        position: absolute;
        top: 0;
        z-index: 8;
        8 height: 400px;
        background-color: #FFF;
    }

        #slideshow DIV.active {
            opacity: 1.0;
            z-index: 10;
        }

        #slideshow DIV.last-active {
            z-index: 9;
        }

#slide7ow DIV IMG {
    border: 0;
    display: block;
    height: 350px;
    margin-bottom: 10px;
}