.slideshowContainer {
    height: 350px;
    margin-bottom: 1em;
    text-align: left;
}
#body .slideshowContainer img {
    height: 344px;
}

.loading {
    background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
    outline: none;
}

.slideshowThumbnail img {
    border: 1px solid white;
    height: 45px;
    width: 59px;
}

a:hover.slideshowThumbnail img {
    border: 1px solid #ccc;
}

.current img {
    border: 1px solid red;
    padding: 5px;
}

.outline {
    border: 1px solid #bfd2cb;
    z-index: 0;
    position: absolute;
}

#thumbnails {
    text-align: left;
}
