/*** set the width and height to match your images **/

#slideshow {
	height:100px;
	margin: 10px 0 10px 5px;
	position: relative;
	width: 160px;
}

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

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

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