.jspHorizontalBar,
.jspVerticalBar,
.jspTrack
{
 background-color:transparent;
}

.jspDrag
{
	background: #0e5195;
    width:4px;
    margin-left:6px;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover
{
	background: #08315a;
}

.jspArrow
{
    background: url(../images/arrows-scrollpane-black.png) no-repeat;
}

.jspVerticalBar>.jspActive,
.jspArrow:hover
{
	
	background: url(../images/arrows-scrollpane-black.png) no-repeat;
}

.jspVerticalBar>.jspDisabled,
.jspVerticalBar>.jspDisabled:hover,
.jspHorizontalBar>.jspDisabled,
.jspHorizontalBar>.jspDisabled:hover
{
	background-color: transparent;
	background: url(../images/arrows-scrollpane-black.png) no-repeat;
}

.jspVerticalBar .jspArrow
{
	height: 15px;
}

.jspHorizontalBar .jspArrow
{
	width: 15px;
}

.jspArrowUp
{
    background-position: 0 0; 
}

.jspArrowDown
{   
    background-position: -15px 0 !important; 
}

.jspArrowLeft
{
	
}

.jspArrowRight
{

}