/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:150px;
	width:900px;
}

#slideshow IMG {
	Z-INDEX: 8;
	LEFT: auto;
	POSITION: absolute;
	TOP: 0px;
	opacity: 0.0
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}