@charset "utf-8";
/* CSS Document */

/*** 
    Simple Slideshow Styling
***/

#slideshow {
    position:relative;
	width:380px;
    height:118px;
}

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

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

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