@charset "utf-8";
/* CSS Document */
.viewport { overflow: hidden; position: relative; }
.overview { list-style: none; position: absolute; left: 0; top: 0; }
.thumb { background:#000; border:1px solid #000;}
.thumb:hover .end,
.thumb:hover { background:#ABABAB;}
.scrollbar { position: relative; float: right; width: 9px; }
.track { background:url(images/track.png) repeat-y center top; height: 100%; width:9px; position: relative; padding: 0;}
.thumb { height: 66px; width: 7px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.thumb .end { overflow: hidden; height: 0px; width: 0px; }
.disable{ display: none; }

