#scrollbar1 {  height:230px; margin-top:50px; *margin-top:25px; position:relative; *width:100%; }
#scrollbar1 .viewport { width:90%; height:240px; overflow:hidden; position: absolute; top:-5px; z-index:20;}
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; border:0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar {background: transparent; position: relative; float: right; width: 15px; z-index:2500; }
#scrollbar1 .track {background: #3c3c3c; height: 250px; width:1px; position: relative; padding: 0 1px; margin-right:-2px; }
#scrollbar1 .thumb { background: transparent url(../../imgs/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 99%; width: 7px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:-5; z-index:90;  }
#scrollbar1 .disable{ display: none;}