/* Сколлбар */
.scrollbar::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:12px; 
height:0px 
} 

.scrollbar::-webkit-scrollbar-track {
border:0px; 
margin:15px 0px 15px 0px; 

} 

.scrollbar::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#cccccc; 
box-shadow:0px 1px 1px #fff inset; 
background-image:url('/images/icons/scroll.png'); 
background-position:center; 
background-repeat:no-repeat; 
} 

.scrollbar::-webkit-scrollbar-thumb:hover { 
background-color:#999999;
} 

.scrollbar::-webkit-scrollbar{ 
width: 12px;
height:12px;
}

