#slideshow {
	clear: both;
    position: relative;
	width: 830px;
	height: 300px;
	margin-bottom: 0px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

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

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