@charset "UTF-8";

#slideshow {
	position:relative;
	height:250px;
	width: 640px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#slideshow IMG {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}