/* scroll */
.jspContainer{
    overflow: hidden;
    position: relative;
}
.jspPane{
    position: absolute;
}
.jspVerticalBar{
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    z-index: 9;
}
.jspHorizontalBar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}
.jspCap{
    display: none;
}
.jspHorizontalBar .jspCap{
    float: left;
}
.jspTrack{
    background: #7c7c7c;
    position: relative;
}
.jspDrag{
    background: #000;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
    float: left;
    height: 100%;
}
.jspArrow{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.jspArrow.jspDisabled{
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow{
    height: 16px;
}
.jspHorizontalBar .jspArrow{
    width: 8px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus{
    outline: none;
}
.jspCorner{
    background: #eeeef4;
    float: left;
    height: 100%;
}
* html .jspCorner{
    margin: 0 -3px 0 0;
}

.jspVerticalBar{
    display: none!important;
}
.jspPane{
    height: 50px;
    margin-left: 0!important;
    top:0!important;
}
.jspContainer{
    height: 50px;
}
.jspHorizontalBar{
    display: none;
}

.scroll-arrows{
    display: none;
}
.scroll-arrows a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    color: #000;
    text-align: center;
    display: block;
}
.scroll-arrows .scroll-left{
    position: absolute;
    left: 0;
    top: 6px;
}
.scroll-arrows .scroll-right{
    position: absolute;
    right: 0;
    top: 6px;
}

.scroll-holder{
    overflow: hidden;
}

.scroll-pane{
    width: auto;
    height: 50px;
    overflow: auto;
    outline: 0;
    text-align: center;
}
.scroll-pane.jspScrollable{
    
}
.scroll-pane.jspScrollable .scroll-arrows{
    display: block;
}
.scroll-pane ul{
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;   
    height: 50px;  
    display: inline-block;
    white-space: nowrap;
}
.scroll-pane li{
    float: left;
    height: 50px; 
    display: inline
}