#slideshow {
	position:relative;
	width:615px;
	height:201px;
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slideshow img.active {
	z-index:10;
}
#slideshow img.last-active {
	z-index:9;
}