#top_slideshow {
	width: 468px;
	margin: 0 auto;
	height: 60px;
    position:relative;
	top: 10px;
}

#top_slideshow A {
    position:absolute;
	top: -10px;
    left:5px;
    z-index:8;
    opacity:0.0;
}

#top_slideshow A.active {
    z-index:10;
    opacity:1.0;
}

#top_slideshow A.last-active {
    z-index:9;
}