/* Tiny Scrollbar */
#main_refs, #main_tmm { width: 520px; clear: both; }
#main_refs .viewport { width: 500px; height: 430px; overflow: hidden; position: relative; }
#main_tmm .viewport { width: 500px; height: 460px; overflow: hidden; position: relative; }
#main_refs .overview, #main_tmm .overview { list-style: none; position: absolute; left: 0; top: 0; width:100%; }
#main_refs .scrollbar, #main_refs .thumb .end, #main_refs .thumb, #main_tmm .scrollbar, #main_tmm .thumb .end, #main_tmm .thumb { background: transparent url(../images/bg-scrollbar.png) no-repeat; }
#main_refs .scrollbar, #main_tmm .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#main_refs .track, #main_tmm .track { background: transparent url(../images/bg-scrollbar-end.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#main_refs .thumb, #main_tmm .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#main_refs .thumb .end, #main_tmm .thumb .end { background-position: 100% 0; height: 5px; width: 13px; position:relative; top:-5px; }
#main_refs .disable, #main_tmm .disable { display: none; }