div#top_slideshow {
    width: 398px;
    height: 179px;
    background: #ffffff;
    position: absolute;
    z-index: 10;
    right: 9px;
    top: 9px;
}

div#top_slideshow img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 11;
    
}

div#top_slideshow img.active {
    z-index: 13;
    
}

div#top_slideshow img.next {
    z-index: 12;
    
}