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

#slideshow {
    position:relative;
	background-color: #FFF;
	width: 473px;
    height:289px;
}
#slideshow a {
	position:absolute;
	width: 473px;
	height: 289px;
	top:0;
	left:0;
	z-index:8;
}

#slideshow a.active {
	width: 473px;
	height: 289px;
    z-index:10;
}

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

