/* 
    Document   : slideshow
    Created on : Dec 31, 2009, 4:30:20 PM
    Author     : starburst
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



#slideshow {
    position:relative;
    
    margin:0 auto 0 auto;

}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;

}

#slideshow IMG.active {
    z-index:10;

}

#slideshow IMG.last-active {
    z-index:9;
}
