/* Tiny Scrollbar */
#scrollbar1 { width: 100%; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 90%; height: 350px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: #2090be; border-radius:5px; position: relative; background-position: 0 0; float: right; width: 7px; }
#scrollbar1 .track {  height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: #145d82; height: 20px; width: 9px; cursor: pointer; border-radius:5px; overflow: hidden; position: absolute; top: 0; left: -1px; }
#scrollbar1 .thumb .end { background: #145d82; overflow: hidden; height: 5px; width: 9px; }
#scrollbar1 .disable { display: none; }