
::-webkit-scrollbar {width:16px;height:16px;background-color:#ffffff;}
::-webkit-scrollbar-button{width:16px;height:16px;background-image: url(../img/scroll_bottom.gif);background-position:center;background-repeat:no-repeat;}
::-webkit-scrollbar-button:decrement{background-image: url(../img/scroll_top.gif);}
::-webkit-scrollbar-button:horizontal{background-image: url(../img/scroll_right.gif);}
::-webkit-scrollbar-button:horizontal:decrement{background-image: url(../img/scroll_left.gif);}
::-webkit-scrollbar-track{box-shadow: inset 0 0 6px #666688;background:url(../img/ruler_v.gif) right top;}
::-webkit-scrollbar-track:horizontal{background:url(../img/ruler_h.gif) right top;}
::-webkit-scrollbar-thumb{background:url(../img/ruler_m_v.gif) no-repeat center center;background-color:rgba(0,0,0,0.2);box-shadow:inset 3px 2px 14px 0px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb:horizontal{background-image:url(../img/ruler_m_h.gif);}
::-webkit-scrollbar-thumb:window-inactive {background-color:rgba(0,0,0,0.1); }
::-webkit-scrollbar-corner{background:url(../img/nonna.jpg);}