#scrollbar2 { width: 965px; margin:2px auto; background:#fff }
#scrollbar2 .viewport { width:960px; height: 402px; margin-left:2px; overflow: hidden; position: relative }

#scrollbar2 .overview { width:1920px; position: absolute; left: 0; top: 0  }

#scrollbar2 .scrollbar{ background:#ede8e6; position: relative; margin: 0 0 5px 2px; clear: both; height: 14px; }
#scrollbar2 .track { width: 100%; height:14px; position: relative; }
#scrollbar2 .thumb { background:#d44980; height: 10px; min-height:10px; margin:0; cursor: pointer; overflow: hidden; position: absolute; left: 0; top:2px; border-radius:2px }
#scrollbar2 .thumb .end{ background:#d44980; overflow: hidden; height: 10px; width: 5px; border-radius:2px }
#scrollbar2 .disable { display: none; }