.slideshow * {
    margin: 0;
    padding: 0;
}

div.viewport {
    position: relative;
    overflow: hidden;
}

div.viewport div {
    position: absolute;
    left: 0;
}

div.viewport div img {
    position: relative;
    display: block;
    margin: auto;
}

div.viewport div div.title {
    position: absolute;
    overflow: hidden;
}

div.nav {
    text-align: center;
    margin-top: 10px;
}

div.nav div {
    display: block;
    margin: auto;
}

div.nav a img {
    border: none;
}

.thumbs li {
    float: left;
    margin: 5px;
    list-style: none
}

.thumbs img {
    padding: 3px;
}

/* clearfix */
.slideshow:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .slideshow             { zoom: 1; } /* IE6 */
*:first-child+html .slideshow { zoom: 1; } /* IE7 */
