@charset "utf-8";
/* CSS Document */

#slideshow {
    position:relative;   
	color:none;
	background-color:#fff;
	width:485px;
	height:200px;
	clear:both;
	/*background:url(../images/bkg_header.gif) no-repeat top left;*/
}
#slideshow IMG {
    position:absolute;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}


