/* [---------------- Slideshow -----------------] */

#slideshow {
	position:relative;
	height:400px;
	overflow:hidden;
	width:300px;
	margin:0;
	padding:0;
	float:right;
	background-color:#111;
}

#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height:400px;
}

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

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