
#scrollbar1 .viewport { width: 100%; overflow: hidden; position: relative; background-color:White;}
#scrollbar1 .overview { list-style: none; width: 100%; padding: 0; margin: 0; position: absolute; left: 0; top: 0; }

#scrollbar1 .scrollbar{ background: white url(/filecenter/Library/TinyScrollbar/scrollbar_left.jpg) no-repeat 0 0;  position: relative; 
                        clear: both; height: 10px; margin-left:120px; left:-100px\9;}                 
#scrollbar1 .track { background: transparent url(/filecenter/Library/TinyScrollbar/scrollbar_right.jpg) no-repeat 100% 0; 
                     width: 100%; height: 10px; position: relative; }

#scrollbar1 .thumb { background: transparent url(/filecenter/Library/TinyScrollbar/bg-scrollbar-thumb-x.png) no-repeat 100% 50%; 
                        height: 7px; cursor: pointer; overflow: hidden; position: absolute; left: 110px; top: 1px;}


#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }    
 
 
#scrollbar2 { width: 251px; margin: 20px 0 10px; }
#scrollbar2 .viewport { width: 236px; height: 125px; overflow: hidden; position: relative; }
#scrollbar2 .overview { list-style: none; width: 1416px; padding: 0; margin: 0; position: absolute; left: 0; top: 0;  }
#scrollbar2 .overview img{ float: left; }
#scrollbar2 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-x.png) no-repeat 0 0; position: relative; margin: 0 0 5px; clear: both; height: 15px; }
#scrollbar2 .track { background: transparent url(../images/bg-scrollbar-trackend-x.png) no-repeat 100% 0; width: 100%; height:15px; position: relative; }
#scrollbar2 .thumb { background: transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 100% 50%; height: 25px; cursor: pointer; overflow: hidden; position: absolute; left: 0; top: -5px; }
#scrollbar2 .thumb .end{ background: transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 0 50%; overflow: hidden; height: 25px; width: 5px;}
#scrollbar2 .disable { display: none; }
