﻿#slideshow {
	background-color:silver;
	clear:both;
	height:300px;
	margin-bottom:20px;
	position:relative;
	width:960px;
}

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

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

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