
.scrollarea {  width: 100%; clear: both;}
.scrollarea .viewport {  width: 98%; height: 200px; overflow: hidden; position: relative; }
.scrollarea .overview {  list-style: none; position: absolute; left: 0; top: 0; }
.scrollarea .thumb .end, .scrollarea .thumb {  background-color: #808080; }
.scrollarea .scrollbar {  position: relative; float: right; width: 3px; }
.scrollarea .track {  background-color: #f5f5f5; height: 100%; width:3px; position: relative; padding:0; }
.scrollarea .thumb {  height: 20px; width: 3px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.scrollarea .thumb .end {  overflow: hidden; height: 5px; width: 3px; }
.scrollarea .disable{  display: none; }