/* Tiny Scrollbar */

#scrollbar .viewport, #sourcescrollbar .viewport { height: 315px; overflow: hidden; position: relative; }
#scrollbar .overview, #sourcescrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar .scrollbar, #sourcescrollbar .scrollbar{ position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar .track, #sourcescrollbar .track {  height: 100%; width:13px; position: relative; left: -5px; }
#scrollbar .thumb, #sourcescrollbar .thumb { background-color: #EAEAEA; height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; }
#scrollbar .thumb .end, #sourcescrollbar .thumb .end { overflow: hidden; height: 5px; width: 25px; }
#scrollbar .disable, #sourcescrollbar .disable { display: none; }