.scroll-track{
 height:10px;
 width:10px;
 /*background:black;*/
 background-image:url(bg.png);
}

.scroll-handle{
 border: 0px solid black;
 height:10px;
 width:10px;
 /*background:#5B207B;*/
 cursor:pointer;
 background-image:url(barre_bg.png);
}
/*#scroll-track-top-2{
height:10px;
width:10px;
background-image: url('include/scrollbar/top.png');
}

#scroll-handle-bot-2{
height:8px;
width:10px;
background-image: url('include/scrollbar/barre_bas.png');
}

#scroll-handle-top-2{
height:8px;
width:10px;
background-image: url('include/scrollbar/barre_haut.png');
background-repeat: no-repeat;
}

#scroll-track-bot-2{
height:10px;
width:10px;
background-image: url('include/scrollbar/bottom.png');
}*/

