/* Tiny Scrollbar */
#scrollbar1{position:absolute;right:0;top:0;width:200px;height:350px;margin-top:10px}
#scrollbar1 .viewport{height:340px;overflow:hidden;position:relative}
#scrollbar1 .overview{position:absolute;left:0;top:0}
#scrollbar1 .scrollbar{background:#000;position:relative;float:right;width:11px;margin-right:3px}
#scrollbar1 .track{background:#000;height:100%;position:relative;width:11px}
#scrollbar1 .thumb{background:transparent url(bg-scrollbar-thumb-y.png) no-repeat 50% 100%;height:20px;width:11px;cursor:pointer;overflow:hidden;position:absolute;top:0;left:0}
#scrollbar1 .thumb .end{background:transparent url(bg-scrollbar-thumb-y.png) no-repeat 50% 0;overflow:hidden;height:5px;width:11px}
#scrollbar1 .disable{display:none}
.noSelect{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}


#scrollbar2{/*position:absolute;right:0;top:0;width:200px;*/height:350px;margin-top:10px}
#scrollbar2 .viewport{height:340px;overflow:hidden;position:relative}
#scrollbar2 .overview{position:absolute;left:0;top:0}
#scrollbar2 .scrollbar{background:#000;position:relative;float:right;width:11px;margin-right:3px}
#scrollbar2 .track{background:#000;height:100%;position:relative;width:11px}
#scrollbar2 .thumb{background:transparent url(bg-scrollbar-thumb-y.png) no-repeat 50% 100%;height:20px;width:11px;cursor:pointer;overflow:hidden;position:absolute;top:0;left:0}
#scrollbar2 .thumb .end{background:transparent url(bg-scrollbar-thumb-y.png) no-repeat 50% 0;overflow:hidden;height:5px;width:11px}
#scrollbar2 .disable{display:none}
.noSelect{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}