/* 
    Document   : fade_images
    Created on : 9-mag-2010, 17.47.02
    Author     : incal
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#slideshow {
    position:relative;
    height:99px;
    width: 200px;
    /*border:1px solid #FFFFFF;
    border-style:solid*/
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
