            ::-webkit-scrollbar{ width:0px; height:0px; background-color:#9e8c5d;}  
            ::-webkit-scrollbar:hover{ background-color:#eee; }  
            ::-webkit-resizer{}  
            ::-webkit-scrollbar-thumb{ -webkit-border-radius:8px; background-color:#ccc; height:10px; }  
            ::-webkit-scrollbar-thumb:hover{ background-color: #aaa;}  
            ::-webkit-scrollbar-thumb:active{ background-color:#888;}