.jquery-showcase {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    overflow: hidden;
    background: black;
    }

.jquery-showcase-slide {
    display: block;
    /* dt216 hack
    height: 400px!important;*/
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 50;
        display: none;
}

.jquery-showcase-header {
    position: absolute;
    top: 45px;
    left: 0;
    background: white;
    padding: 9px 20px 18px 10px;
    margin: 0;
    z-index: 100;
}

.jquery-showcase-title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 27px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.jquery-showcase-subtitle {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.jquery-showcase-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 75;
    display: none;
    margin: 0;
    padding: 0 ;
}

.jquery-showcase-thumbnails,
.jquery-showcase-thumbnail {
    width: 110px;
    margin: 0;
    padding: 0;
}

.jquery-showcase-thumbnails {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 150;
}

.jquery-showcase-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    height: 63px;
    cursor: pointer;
}

.jquery-showcase-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 170;
    display: none;
    margin: 0;
    padding: 0;
}

.jquery-showcase-overlay {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 118px;
    height: 63px;
    background: url(../img/controls/thumbnail-overlay.gif) 0 0 no-repeat;
    display: none;
    margin: 0;
    padding: 0;
}