.scroll-track{
height:10px;
width:5px;
background:#dedede;
}

.scroll-handle{
border: 1px solid #ccc;
height:10px;
width:10px;
background: url("/img/scrollBar.jpg") repeat-y;
cursor:pointer;
}