.makeScroll{
overflow:auto; height: 140px; margin:3px 10px 0 5px; float:left; width: 162px;
}

.scroll-track{
height:7px;
width:11px;
background-image: url('../assets/VScrollTrackFill.png');
background-repeat: repeat-y;
background-position: 2px 0;
}

.scroll-handle{
border: 0px;
height:7px;
width:11px;
background:url(../assets/BlueVFill1.png) no-repeat 0 0;
cursor:pointer;
}

#scroll-track-top-1{
height:7px;
width:11px;
background-image: url('../assets/up.png');
background-repeat: no-repeat;
background-position: 2px 0;
}

#scroll-track-bot-1{
height:7px;
width:11px;
background-image: url('../assets/down.png');
background-repeat: no-repeat;
background-position: 2px 0;
}

#scroll-track-top-2{
height:7px;
width:11px;
background-image: url('../assets/up.png');
background-repeat: no-repeat;
background-position: 2px 0;
}

#scroll-track-bot-2{
height:7px;
width:11px;
background-image: url('../assets/down.png');
background-repeat: no-repeat;
background-position: 2px 0;
}

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

