.scroll-pane {
    overflow: auto;
    width: 549px;
    float:left;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.scroll-content {
    /*width: 1647px;*/
    height: 365px;
    float: left;
}

.scroll-content-item {
    width: 549px;
    height: 365px;
    float: left;
    font-size: 3em;
    line-height: 96px;
    text-align: center;
}

* html .scroll-content-item {
    display: inline;
} /* IE6 float double margin bug */
    
.scroll-bar-wrap {
    clear: left;
    padding-top: 30px;
}

.scroll-bar-wrap .ui-slider {
    background: #4a4a4a;
    height: 8px;
    margin: 0 auto;
    border: none;
}

.scroll-bar-wrap .ui-handle-helper-parent {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.scroll-bar-wrap .ui-slider-handle {
    top: 0;
    height: 8px;
    border: none;
    background: #db8c0f;
}

.contentSliderBG, .scroll-content-item-bg {
    display: none;
}

#bg-images .contentSliderBG {
    display: block;
}

.scroll-content-item-bg {
    position: absolute;
    top: 0;
    left: 0;
}