 #scrollbar1 {   
   height:34px;   
   width:100%;
   clear:both; 
   }
#scrollbar1 .viewport {    width:96%; height:334px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding-right:2px; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #53B7F2; padding-left:0px; margin-left:-3px !important; width:8px !important; }
#scrollbar1 .scrollbar { position: relative; float: right; width:6px; }
#scrollbar1 .track { border:0px solid #ff0000; height: 100%; position: relative; padding: 0 0px; background:#B0DEF9; width:1px; border-right:0px solid #B8B8B8; border-radius:0px;}
#scrollbar1 .thumb { height: 20px; width: 4px; cursor: pointer; overflow: hidden; margin:1px 0; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 4px; }
#scrollbar1 .disable{ display: none; }
 
 