<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#scrollbar1 {  height:300px; margin-top:0px; *margin-top:0px; position:relative; width:100%;}
#scrollbar1 .viewport { width:100%; height:100%; overflow:hidden; position:absolute; top:0px; 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; right:-30px; z-index:2500; }
#scrollbar1 .track {background: #050505; height: 90%; width:1px; position: relative; padding: 0; }
#scrollbar1 .thumb { background: transparent url(../../imgs/bg-scrollbar-thumb-y.jpg) no-repeat 50% 100%; height: 99%; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:-2px; z-index:90;  }
#scrollbar1 .disable{ display: none;}

#scrollbar2 {  height:289px; top:3px; *margin-top:0px; position:relative; width:100%; }
#scrollbar2 .viewport { width:100%; height:100%; overflow:hidden; position:absolute; top:0px; z-index:20;}
#scrollbar2 .overview { list-style: none; position: absolute; left: 0; top: 0px; border:0; padding: 0; margin: 0; }
#scrollbar2 .scrollbar {background: transparent; position: relative; float: right; width: 15px; right:-25px; z-index:2500; }
#scrollbar2 .track {background: #262626; height: 90%; width:8px; position: relative; padding: 0; }
#scrollbar2 .thumb { background: transparent url(../../imgs/bg-scrollbar-thumb-y.jpg) no-repeat 50% 100%; height: 99%; width: 4px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:2px; z-index:90;  }
#scrollbar2 .disable{ display: none;}</pre></body></html>