#scrollbar1 { width: 336px; clear: both; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 316px; height: 300px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #81B539; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 12px;z-index: 99; }
#scrollbar1 .track { background-color: #eee; height: 100%; width:12px; position: relative; padding: 0; }
#scrollbar1 .thumb { height: 20px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#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; }

                    