.scroll-track{
height:8px;
width:31px;
background-image: url('../webImages/spacer.gif');
background-repeat: repeat;
}

.scroll-handle{
border: 0px
height:10px;
width:31px;
background-image: url('../webImages/spacer.gif');
background-repeat: repeat;
cursor:pointer;
}

#scroll-track-top-1{
height:25px;
width:31px;
background-image: url('../webImages/toparrow.gif');
cursor:pointer;
}

#scroll-handle-bot-1{
height:8px;
width:31px;
background-image: url('../webImages/spacer.gif');
}

#scroll-handle-top-1{
height:8px;
width:31px;
background-image: url('../webImages/spacer.gif');
background-repeat: no-repeat;
}

#scroll-track-bot-1{
height:10px;
width:31px;
background-image: url('../webImages/bottomarrow.gif');
cursor:pointer;
}


.splitpane-divider {
    border: 1px solid black;
    background:#5B207B;
    opacity: .5;
   filter: alpha(opacity=50);
}




