/* Tiny Scrollbar */
.viewport { overflow: hidden; position: relative;}
.overview { list-style: none; position: absolute; left: 0; top: 0;padding-right:10px; }
.scrollbar,
.thumb .end,
.thumb { background: transparent url(../../js_css/scrollbar/images/bg-scrollbar.gif) bottom left no-repeat;}
.scrollbar { position: relative; background-position: 0 0; float: right; width: 9px; }
.track	{ background: transparent url(../../js_css/scrollbar/images/bg-scrollbar-end.gif) no-repeat 0 100%; height: 100%; width:9px; position: relative; padding: 0px; }
.thumb { background-position: 100% 100%; height: 20px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.thumb .end { background-position: 100% 0; height: 5px; width: 9px; }
.disable { display: none; }
.scrollbar {margin-bottom:10px;}
