#demo-frame > div.demo { 
    padding: 10px !important; 
}

.scroll-pane {
    overflow: auto; 
    width: 100%; 
    float:left; 
}

.scroll-content { 
    width: 856px; 
    float: left; 
}

.scroll-content-item { 
    width: 100px; 
    height: 78px; 
    float: left; 
    margin: 10px; 
    font-size: 3em; 
    line-height: 96px;
    text-align: center; 
}

.scroll-content-item img{
    width: 100px;
    height: 78px;
}

* html .scroll-content-item { 
    display: inline;
} /* IE6 float double margin bug */

.scroll-bar-wrap { 
    clear: left; 
    padding: 0 4px 0 2px; 
    margin: 0 -1px -1px -1px;
}

.scroll-bar-wrap .ui-slider {
    background: none;
    border:0; 
    height: 20px; 
    margin: 0 auto; 
}

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

.scroll-bar-wrap .ui-slider-handle { 
    top:.2em; 
    height: 1.5em; 
}

.scroll-bar-wrap .ui-slider-handle .ui-icon { 
    margin: -8px auto 0; 
    position: relative; 
    top: 50%; 
}

