
.jScrollPaneContainer {
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin-top: 10px;
}

.jScrollPaneTrack {
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 0;
        height: 100%;
        background: none;
}



.jScrollPaneDrag {
        position: absolute;    
        cursor: pointer;
        overflow: hidden;
}

.jScrollPaneDragInner {
        position: relative;    
        background: none;
}

.jScrollPaneDragTop {
        background: none;
        height: 5px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
}
.jScrollPaneDragBottom {
        background: none;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
}
a.jScrollArrowUp {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        text-indent: -2000px;
        overflow: hidden;
        background: url("ArrowActiveUp.png") no-repeat 0 bottom;
        height: 11px;
        width: 16px;
}
a.jScrollArrowUp.disabled {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        text-indent: -2000px;
        overflow: hidden;
        background: url("ArrowUp.png") no-repeat 0 bottom;
        height: 11px;
        width: 16px;
}
a.jScrollArrowUp:hover {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        text-indent: -2000px;
        overflow: hidden;
        background: url("ArrowUpHower.png") no-repeat 0 bottom;
        height: 11px;
        width: 16px;
}

a.jScrollArrowDown {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        text-indent: -2000px;
        overflow: hidden;
        background: url("ArrowActiveDown.png") no-repeat 0 bottom;
        height: 11px;
        width: 16px;
}
a.jScrollArrowDown.disabled {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        text-indent: -2000px;
        overflow: hidden;
        background: url("ArrowDown.png") no-repeat 0 bottom;
        height: 11px;
        width: 16px;
}
a.jScrollArrowDown:hover {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        text-indent: -2000px;
        overflow: hidden;
        background: url("ArrowDownHower.png") no-repeat 0 bottom;
        height: 11px;
        width: 16px;
}
a.jScrollActiveArrowButton
{
    
        /*background-color: #f00;*/
}

