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


#slideshow {
	width:660px;
    height: 300px;
	float:left;
    position: relative;
}
#slideshow IMG {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 8;
}
#slideshow IMG.active {
    opacity: 1;
    z-index: 10;
}
#slideshow IMG.last-active {
    z-index: 9;
}
