@charset "utf-8";
/* CSS Document */

#slideshow {
    position:relative;   
	color:none;
	background-color:#fff;
	width:875px;
	height:425px;
	clear:both;
	margin:0 0 0 35px;
	text-align:center;
}
#slideshow IMG {
    position:absolute;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
