#scrollbar1 { width: 520px; clear: both;}
#scrollbar1 .viewport { width: 480px; height: 328px; overflow:hidden; position: relative;}
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .overview p{padding:0 22px;}
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: none; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background:url(../img/scroll/track.png) no-repeat; height: 100%; width:12px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background:url(../img/scroll/ball.png) no-repeat; height: 20px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0; border-radius:50px;}
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }

