::-webkit-scrollbar{
background-color:#ffffff;background-image:;
height:8px;width:8px;
}

::-webkit-scrollbar-thumb:vertical{ 
height:auto;-moz-border:20px;border-radius:20px;
background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(1, #b7b7b7), color-stop(0.99, #a7a7a7), to(#fff));border:1px solid #c7c7c7;
}
::-webkit-scrollbar-button:vertical:decrement{
background-image:url('');background-repeat:no-repeat;background-position:0 -1px;
width:8px;height:3px;
zoom: reset;
}
::-webkit-scrollbar-button:vertical:increment{
background-image:url('');background-repeat:no-repeat;background-position:-1px 0;
width:8px;height:3px;
zoom: reset;
}

::-webkit-scrollbar-thumb:horizontal{ 
height:auto;-moz-border:20px;border-radius:20px;
background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(1, #b7b7b7), color-stop(0.99, #a7a7a7), to(#fff));border:1px solid #b7b7b7;
}
::-webkit-scrollbar-button:horizontal:decrement{
background-image:url('');background-repeat:no-repeat;background-position:0 -1px;
width:3px;height:8px;
zoom: reset;background-position:0 -1px;
}
::-webkit-scrollbar-button:horizontal:increment{
background-image:url('');background-repeat:no-repeat;background-position:-1px 0;
width:3px;height:8px;
zoom: reset;
}