﻿.jspTrack
{
    background-color: #D1E1ED;
    background: url("../../images/jScrollPane/scroller-background.png") repeat-x scroll 0 0 transparent;
}

.jspDrag
{
    cursor: pointer;
   /* overflow: hidden;*/
    background: #8C8C8C;
    width: 8px;
    margin-left: 4px;
    z-index:5;
}

.jspDragTop
{
    background: url("../../images/jScrollPane/drag-top.png") repeat scroll 50% 50% transparent;
    position:absolute;
    /*top:-8px;*/
}

.jspDragBottom
{
    background: url("../../images/jScrollPane/drag-bottom.png") repeat scroll 50% 50% transparent;
    position: absolute;
    /*bottom: -8px;*/
    
}

.jspDragTop, .jspDragBottom
{
    width: 8px;
    height: 8px;
    z-index:10;
}

.jspArrowUp
{
    background: url("../../images/jScrollPane/arrow-up.png") repeat scroll 50% 50%;
    width: 16px;
    /*margin-bottom:8px;*/
}

.jspArrowDown
{
    background: url("../../images/jScrollPane/arrow-bottom.png") repeat scroll 50% 50%;
    width: 16px;
    position: absolute;
    /*margin-top:8px;*/
}






