.gallery-thumb {
    margin-right: 5px;
    max-height: 100px;
}

.gallery-ribbon {

}

.gallery-viewport {
    position: absolute;
    top: 0px;
    left: 2.5em;
    right: 2.5em;
}

.gallery-scroll-left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    line-height: 100px;
}

.gallery-scroll-left:hover {
    background-color: white;
}

.gallery-scroll-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100px;
    line-height: 100px;
}

.gallery-scroll-right:hover {
    background-color: white;
}

.scroll-gallery {
    position: relative;
    height: 100px;
    width: 258px;
    padding: 0px 0px 0px 0px;
}

.gallery-images {

}

.gallery-frame {
    background-color: #666;
    border: 5px solid #666;
    text-align: center;
    max-width: 600px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-frame .caption {
    color: white;
    font-size: 120%;
}
