/* Tiny Scrollbar */
#scrollbar1 { width: 647px; margin: 20px 0 10px; }
#scrollbar2 .viewport { width: 610px; height: 520px; overflow: hidden; position: relative; }
#scrollbar2 .overview { list-style: none; position: absolute; width: 610px; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar2 .scrollbar{ background: transparent o-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar2 .track { background: transparent  no-repeat 0 100%; height: 100%; width:13px; position: relative;  }
#scrollbar2 .thumb { background: transparent url(../images/scrollbar-mid3.png) no-repeat 50% 100%; height: 70px; width: 25px; cursor: pointer;  overflow: hidden; position: absolute; top: 0px; left: -5px;  }
#scrollbar2 .thumb .end { background: transparent url(../images/scrollbar-mid3.png) no-repeat 50% 0; overflow: hidden; height: 21px; width: 25px; }
#scrollbar2 .disable { display: none; }
