.tinyscroll .viewport { overflow: hidden; position: relative; }
.tinyscroll .overview { list-style: none; position: absolute; left: 0; top: 0; }
.tinyscroll .thumb .end,
.tinyscroll .thumb { background-color: #003D5D; }
.tinyscroll .scrollbar { position: relative; float: right; width: 15px; }
.tinyscroll .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }
.tinyscroll .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.tinyscroll .thumb .end { overflow: hidden; height: 5px; width: 13px; }
.tinyscroll .disable{ display: none; }
