.zl-scrollBarBox{
    height:100%;
    position:absolute;
    background:none;
}
.zl-scrollBarBox::before{content: ''; height: 310px; width: 2px; background: url(../img/indexthreeleftline.jpg) center no-repeat; position: absolute; right: 5px; top:0;}
.zl-scrollBar{
    position:absolute;
    left:0;
    top:0;
    background:url(../img/indexthreeleftbutton.png) center no-repeat;
    transition:background 0.3s;
    height:27px !important;
    cursor:pointer;
}
.zl-scrollBar.zl-verticalBar{
    min-height:10px;
}

.zl-scrollBar.zl-horizontalBar{
    min-width:10px;
}
.zl-scrollContentDiv{
    position:relative !important;
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    margin:0 !important;
    top:0;
    left:0;
}