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

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

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

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


