/* Tiny Scrollbar */
.scrollbars { position:relative;}
.scrollbars .viewport { height:460px; overflow: hidden; position: relative; padding:0; margin:0;}
.scrollbars .overview { position: absolute; left: 0; top: 0; padding: 0; margin: 0;}
.scrollbars .scrollbar{  position: absolute; width:6px;}
.scrollbars .track { background:#e2e2e2; height: 100%; width:6px; position: relative;}
.scrollbars .thumb { background:#ccc; height: 0; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
.scrollbars .thumb .end { overflow: hidden; height: 5px;}
.scrollbars .disable { display: none; }

#scrollbar-box { width:215px;}
#scrollbar-box .viewport { width: 208px; height: 174px;}
#scrollbar-box .scrollbar{ right:-5px;}