﻿#scrollbar1 { width: 330px; clear: both; margin: 10px 0 10px;  position: fixed; }
#scrollbar1 .viewport { width: 310px;  overflow: hidden;  position: fixed; height:77%;}
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0;  height:1250px; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #003D5D; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 10px; opacity:0.05 }
#scrollbar1 .track { background-color: #D8EEFD; height: 77%; width:8px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 8px; }
#scrollbar1 .disable{ display: none; }