﻿.jScrollPaneContainer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.jScrollPaneTrack {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: #fff;
    border: 1px solid #8f2276;
}
.jScrollPaneDrag {
    position: absolute;
    background: #c48cb7;
    overflow: hidden;
    border-bottom: 1px solid #8f2276;
    border-top: 1px solid #8f2276;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;

}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    background: url(../pics/arrow_up_rood.gif) top left no-repeat;
    height: 9px;
    width: 12px;
    text-decoration: none;
    border: none;
    border-left: 1px solid #8f2276;
    border-right: 1px solid #8f2276;
}
a.jScrollArrowUp:hover {
    /*background-color: #f60;*/
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: visible;
    background: url(../pics/arrow_down_rood.gif) bottom left no-repeat;
    height: 12px;
    border: none;
    line-height: 0px;
    font-size: 0px;
    border-left: 1px solid #8f2276;
    border-right: 1px solid #8f2276;
    text-decoration: none;
}

a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}
