#scrollbar1 { margin: 0; width: 100%; position: relative; }
#scrollbar1 .viewport { height: 290px; overflow: hidden; position: relative; }
#scrollbar1 .overview { margin: 0; padding: 0; width: 100%; list-style: none; position: absolute; left: 0px; top: 0px; }
#scrollbar1 .scrollbar { background-color: #fff; position: absolute; top: 0px; right: -20px; width: 12px; }
#scrollbar1 .track { padding: 0 1px; background-color: #fff; height: 100%; width: 10px; position: relative; }
#scrollbar1 .thumb { background-color: #006AB0; height: 10px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0px; left: -5px; }
#scrollbar1 .thumb .end { background-color: #006AB0; overflow: hidden; height: 10px; width: 12px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }