

/* Tiny Scrollbar */
#scrollbar1 { width: 171px; clear: both; float:left; border-bottom:1px solid #e5e3e4; padding-bottom:4px;}
#scrollbar1 .viewport { width: 140px; height: 800px; overflow: hidden; position: relative;}
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color:#5E5e5e; min-height:50px; -webkit-border-radius: 5px; width:6px !important;
-moz-border-radius: 5px;
border-radius: 5px;
margin-left:-2px;
}
#scrollbar1 .scrollbar { position: relative; background-color:#e6e6e6; min-height:810px;float: right; width: 4px !important; 
border:1px solid #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#scrollbar1 .track	{ width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbar1 .disable { display: none; }
