Barra de Rolagem Colorida

/*** Rolagem da Vertical da Página ***/
::-webkit-scrollbar-thumb:vertical {
background:#CD9B9B ; /*Cor da barrinha que se move*/
border: 1px solid #bgh; /*Coloque borda se quiser*/
height:50px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
/*** Rolagem da Horizontal da Página***/
::-webkit-scrollbar-thumb:horizontal {
background-color:#CD9B9B; /*Cor da barrinha que se move*/
border: 1px solid #bgh; /*Coloque borda se quiser*/
height:10px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
 }
/*** Parte fixa da rolagem (fundo que não se move) ***/
::-webkit-scrollbar {
height:10px;
width:12px; /*Largura da barra de rolagem*/
 background:#8B795E ; /*Cor da parte fixa, que fica no fundo*/
border: 1px solid #bgh; /*Coloque borda se quiser*/
img {