.scroll-track{
height:8px;
width:9px;
background-image: url('../images/scroll/track_rouge.gif');
background-repeat: repeat;
}

.scroll-handle{
border: 0px
height:30px;
width:9px;
background-image: url('../images/scroll/handle_rouge.gif');
background-repeat: repeat;
cursor:pointer;
}

#scroll-track-top-1{
height:12px;
width:9px;
background-image: url('../images/scroll/up_rouge.gif');
background-repeat: no-repeat;
}

#scroll-handle-bot-1{
height:8px;
width:9px;
background-image: url('../images/scroll/bot_rouge.gif');
background-repeat: no-repeat;
}

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

#scroll-track-bot-1{
height:12px;
width:9px;
background-image: url('../images/scroll/down_rouge.gif');
background-repeat: no-repeat;
}

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