/* Tiny Scrollbar */
#scrollbar1 {width:97%; margin: 0px ; height:70%; }
#scrollbar1 .viewport { width: 98%;   height:81%; overflow: hidden; position: relative;  }
#scrollbar1 .overview {  list-style: none; position: absolute; left: 0; top: 0; padding: 0 0 0 20px; margin: 0; }
#scrollbar1 .scrollbar{ background: #bb9984; position: relative; background-position: 0 0; float: right; width: 1px; }
#scrollbar1 .track { background: #bb9984; height: 100%; width:1px; position: relative; padding: 0 0px;  }
#scrollbar1 .thumb { background: #bb9984; height: 100px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -2px; border-radius:2px; }
#scrollbar1 .thumb .end { background: #bb9984; overflow: hidden; height: 100px; width: 5px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
