.scroll-track{
height:15px;
width:19px;
background-image: url('../images/VScrollTrackFill2.png');
background-repeat: repeat;
}

.scroll-handle{
border: 0px;
height:23px;
width:19px;
background-image: url('../images/BlueVFill2.png');
background-repeat: repeat;
cursor:pointer;
}

#scroll-track-top-1{
height:19px;
width:19px;
background-image: url('../images/up2.png');
}

#scroll-track-bot-1{
height:19px;
width:19px;
background-image: url('../images/down2.png');
}

