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


#slideshow {
	width: 898px;
	border: solid 1px #000;
	background: #333;
	height: 350px;
	float: left;
	clear: left;
	margin-top: 15px;
	position:relative;

}

#slideshow a {
    	position:absolute;
    	top:0;
    	left:0;
    	z-index:8;
    	opacity:0.0;
}

#slideshow a.active {
    	z-index:10;
    	opacity:1.0;
}

#slideshow a.last-active {
    	z-index:9;
}
