#scrollbar1 {width: 360px; clear: both; }
#scrollbar1 .viewport { height: 340px; overflow: hidden; position: relative; }


#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: url("images/scroller.png") no-repeat top left;}
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { 
height: 100%; width:3px; position: relative; 
padding-right: 4px;
background: url("images/scrollbar.png") no-repeat top center;
}


#scrollbar1 .thumb { height: 41px; width: 7px; cursor: pointer; overflow: hidden; position: absolute; top: 0; margin-top: 4px;}
#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; }