.gallery-thumbs {
    width: 693px;/* 715px - 2x10px - 2x1px*/
    border: 1px solid #d8d8d8;
    padding: 2px 10px 10px 10px;
    margin: 0;
    float: left;
    overflow: hidden;
    clear: both;
}

.gallery-thumbs li.gallery-thumb, .gallery-thumbs li.gallery-thumb-empty{
    float: left;
    margin: 8px 8px 0 0;
    border: 1px solid #d8d8d8;
    padding: 2px;
    width: 56px;
    height: 54px;
}

.gallery-thumbs li.last-thumb {
    margin-right: 0;
}

.gallery-thumbs li.gallery-thumb a img {
    float: left;
}

#gallery-controls {
    position: absolute;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 715px;
    height: 450px;
    overflow: hidden;
    display: none;
}

#gallery-prev-link {
    position: absolute;
    top: 225px;
    left: 10px;
}

#gallery-next-link {
    position: absolute;
    top: 225px;
    right: 10px;
}
