.hui_scroll_box{
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.hui_scroll_content_wrapper{
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 16px;
}
.hui_scrollbar_vertical{
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.hui_scrollbar_vertical .hui_scrollbar_dragger_container{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.hui_scrollbar_vertical .hui_scrollbar_dragger_rail{
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.hui_scrollbar_vertical .hui_scrollbar_dragger{
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.hui_scrollbar_vertical .hui_scrollbar_dragger .hui_scrollbar_dragger_bar{
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color: #ccc;
}