#scrollbar1 {width: 540px; clear: both; margin: 0;}
#scrollbar1 .viewport {width: 520px; height: 570px; overflow: hidden; position: relative; }
#scrollbar1 .overview {list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb {}
#scrollbar1 .scrollbar {position: relative; float: right; width: 15px; }
#scrollbar1 .track {height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb {height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; background:url(../images/site/scroll.png) top center no-repeat;}
#scrollbar1 .thumb .end {overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{display: none; }
.noSelect {user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }