#slideshow {
    position:relative;
	float: right;
    height:233px;
	width: 380px;
	overflow: none;
}
#slideshowlinks {
    position:relative;
	float: left;
    height:233px;
	width: 437px;
	overflow: none;
}
#slideshowrechts {
    position:relative;
	float: left;
    height:233px;
	width: 437px;
	overflow: none;
	margin-left:1px;
}

#slideshow a, #slideshowlinks a, #slideshowrechts a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow a.active, #slideshowlinks a.active, #slideshowrechts a.active {
    z-index:10;
}

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

