.jspContainer
{
    overflow: hidden;
    position: relative;
}
.jspScrollable {outline:none;}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: #161616;
}
.nav-scroll .jspVerticalBar {
    right: 0;
    border-left: 1px solid #0d0d0d;
    padding-left: 2px;
    padding-right: 2px;
}
.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: #161616;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #161616;
    position: relative;
}

.jspDrag
{
    background: #202020;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspVerticalBar .jspTrack {
    width: 11px;
    padding: 0 2px;
}

.jspVerticalBar .jspDrag {
    width: 11px;
}

.jspHorizontalBar .jspDrag
{
    float: left;
    height: 11px;
}
.jspHorizontalBar .jspTrack
{
    float: left;
    height: 11px;
    padding: 2px 0;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
}

.jspVerticalBar .jspArrow
{
    height: 20px;
}

.jspHorizontalBar .jspArrow
{
    width: 20px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus, .jspContainer:focus, .jspPane:focus, .nav-scroll:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}
.jspArrowUp {
    background: url("images/jsp_top.png") 2px 3px no-repeat;
}
.jspArrowRight {
    background: url("images/jsp_right.png") 3px 2px no-repeat;
}
.jspArrowDown {
    background: url("images/jsp_down.png") 2px 3px no-repeat;
}
.jspArrowLeft {
    background: url("images/jsp_left.png") 3px 2px no-repeat;
}
/*BASIC SCROLL*/
.basic-scroll .jspVerticalBar {
    width: 16px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #9c9c9c;
}
.basic-scroll .jspTrack {
    background: #fff;
    padding: 0;
    width: 14px;
}
.basic-scroll .jspVerticalBar .jspDrag {
    width: 14px;
    background: #d2d2d2;
}