.slideshow {
    background: #090909;
    border: 1px solid #222;
}

div.viewport {
    background: #000;
}

.thumbs img {
    border: 1px solid #555;
}

.thumbs img.active {
    background: #ccc;
}

div.viewport div div.title {
    background: #222;
    color: #fff;
}

/* before javascript loads ... or if it does not load */
ul.simple-slideshow-gallery {
    list-style: none
}
ul.simple-slideshow-gallery li {
    float: left;
    margin: 5px;
}
ul.simple-slideshow-gallery li img {
    padding: 3px;
}
ul.simple-slideshow-gallery:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html ul.simple-slideshow-gallery { zoom: 1; } /* IE6 */
*:first-child+html ul.simple-slideshow-gallery { zoom: 1; } /* IE7 */
