#gallery {
    display:none;
}

#galleryLoading {
    display:none;
}

#wsgallery-image {
}

#wsgallery-thumbnails img {
    /*border-left: 2px solid white;*/
    border: 1px solid #888;
    margin-left: 2px;
}

#wsgallery-thumbnails a img.selected {
    border: 1px solid red;
}

#wsgallery-thumbnails a:hover img {
    border: 1px solid #333;
}

#wsgallery-thumbnails a:hover img.selected {
    border: 1px solid red;
}

img#wsgallery-thumbnail-0{
    /*border-left:none;*/
    margin-left:0;
}

#wsgallery-browser {
    padding: 20px 0 5px 0;
}

#wsgallery-thumbnails-container {
    width:574px;
    overflow:hidden;
}

#wsgallery-thumbnails-container {
    position:relative;
    height:52px;
}

#wsgallery-thumbnails {
    position:absolute;
    height:52px;
    width: 852px;
}

#wsgallery-caption {
    padding: 5px;
}

#layout-col2 a#prevImage, a#nextImage {
    text-decoration: none;
    padding: 4px;
}

#layout-col2 a#prevPage, a#nextPage {
    text-decoration: none;
}
