div.thickboxgallerywrapper {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

div.thickboxgallerybigimagewrapper {
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

div.thickboxgallerybigimagewrapper img {
    margin: 0;
    padding: 0;
}

div.thickboxgalleryelementactive {
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

div.thickboxgalleryelementinactive {
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

a.thickboxgallerystartstopbutton {
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-position: center center;
    background-repeat: no-repeat;
}

div.thickboxgallerystartstopbuttonwrapper img {
    width: 40px;
    height: 40px;
}

div.thickboxgalleryimagetextwrapper {
    clear: both;
    float: left;
    width: 100%;
    height: auto !important;
    height: 20px;
    min-height: 20px;
    padding: 20px 0;
}

div.thickboxgalleryimagetitle {
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

div.thickboxgalleryimagedescription {
    clear: both;
    float: left;
    width: 100%;
}

div.thickboxgalleryscrollerwrapper {
    clear: both;
    float: left;
    width: 100%;
}

div.thickboxgalleryscrollerpane {
    clear: both;
    width: 100%;
    overflow: auto;
}

div.thickboxgalleryscrollercontent {
    clear: both;
    padding-bottom: 10px;
}

div.thickboxgalleryscrollercontent img {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.thickboxgallerywrapper .scroll-pane {
    float: left;
}

.thickboxgallerywrapper .jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.thickboxgallerywrapper .jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #C3AE9D;
}

.thickboxgallerywrapper .jScrollIntervalTrack {
    position: absolute;
}

.thickboxgallerywrapper .jScrollPaneDrag {
    position: absolute;
    background: #2D0F0F;
    cursor: pointer;
    overflow: hidden;
}
.thickboxgallerywrapper .jScrollPaneDragLeft {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.thickboxgallerywrapper .jScrollPaneDragRight {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
