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

#slideshow {
    position:relative;
    height:166px;
	width:250px;
	float: left;
	padding: 30px 30px 0px 10px;
}

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

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

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