
#slideshow
{
    position: relative;
    height: 210px;
    background: url(./images/ram.jpg) no-repeat;
}

#slideshow2
{
    position: relative;
    height: 210px;
    background: url(./images/ram.jpg) no-repeat;
    margin-top: -210px;
    margin-left: 200px;
}

#slideshow3
{
    position: relative;
    height: 210px;
    background: url(./images/ram.jpg) no-repeat;
    margin-top: -210px;
    margin-left: 400px;
}

#slide IMG {
    position: absolute;
    top:0;
    left:0;
    margin-top: 25px;
    margin-left: 22px;
    z-index:8;
    opacity:0.0;
}

#slide IMG.active {
    z-index:10;
    opacity:1.0;
}

#slide IMG.last-active {
    z-index:9;
}

