.scroll_wrapper { overflow:hidden; }
.scroll_internal { display:table; clear:both; float:left; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
.scrollbar { right:0; width:10px; height:100%; float:left; position:relative; }
.scrollbar div{ width:10px; }
.scrollbar .scroll_top {height:10px; top:0; cursor:pointer;}
.scrollbar .scroll_bar {height:20px; cursor:move;}
.scrollbar .scroll_bot {height:10px; bottom:0;  position:absolute; cursor:pointer;}
