#scrollbar1 { width: 100%; margin:0px 0 0 0;  }
#scrollbar1 .viewport { width:95%; height:255px; overflow: hidden; position: relative; padding:0px 0px 0px 0px; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top:0; padding: 0px 0px 0px 0px; margin:0; -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#scrollbar1 .scrollbar{ background: transparent url(../images/scroll_base1.png) no-repeat 0 0; position:relative; background-position:0 0; float:right; width:11px; }

#scrollbar1 .track { background: transparent url(../images/scroll_base1.png) no-repeat 0 100%; width:11px; position: relative; padding: 0px 1px 7px 1px; margin-top:5px;}
#scrollbar1 .thumb { background: transparent url(../images/scroll_obj1.png) no-repeat 50% 100%; width: 22px; cursor: pointer; overflow: hidden; position: absolute; top:0px; left:-6px; height:41px !important;}
#scrollbar1 .thumb .end { background: transparent url(../images/scroll_base1.png) no-repeat 50% 100%; overflow:hidden; height:0; width:11px; }
#scrollbar1 .disable { display: none; }