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

#slideshow {
	width:420px;
	height:320px;
    position:relative;	
	top:0;
	left:0;
	background: none transparent;
	float: left;
	list-style: none;
}
#slideshow li {
	width:400px;
	height:300px;
    position:absolute;
    top:0;
    left:0;		
    z-index:8;
	border: 10px solid #333;
    /*opacity:0.0;*/
}
#slideshow li.active {
    z-index:10;
    /*opacity:1.0;*/
}
#slideshow li.last-active {
    z-index:9;
}
.slide-1-img {
	width:400px;
	height:300px;
}