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