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

#slideshow {
    position:relative;
	background-color: #FFF;
	width: 775px;
    height:95px;
}
#slideshow a {
	position:absolute;
	width: 775px;
	height: 95px;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow a.active {
	width: 775px;
	height: 95px;
    z-index:10;
    opacity:1.0;
}

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