#slideshowListWrapper {
    position: relative;
    width: 581px;
    overflow: hidden;
    text-align: center;
    background-color: #00000;
}
#slideshow {
    height: 360px;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
#slideshow li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#slideshow li.slideshowItemActive {
    z-index: 1;
}
