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

#slideshow {
	position:relative;
	background-color: #FFF;
	width: 580px;
	height:125px;
	margin-bottom: 10px;
	float: left;
}

#slideshow a {
	position:absolute;
	width: 580px;
	height: 125px;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

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

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