.jspVerticalBar
{
	width: 7px;
}

.jspHorizontalBar
{
	height: 7px;
}
.jspHorizontalBar,
.jspVerticalBar
{
	background: transparent;
}
.jspTrack
{
	background-color: rgba(204,204,204,.25);
}

.jspDrag
{
	background:  #ccc;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover
{
	background: #fff;
}


.jspArrow
{
	background-color: transparent;
	background: url(scroll_arrows.png) no-repeat ;
}

.jspVerticalBar>.jspActive,
.jspArrow:hover
{
	background-color: transparent;
	background-image: url(scroll_arrows.png) no-repeat ;
}

.jspVerticalBar>.jspDisabled,
.jspVerticalBar>.jspDisabled:hover,
.jspHorizontalBar>.jspDisabled,
.jspHorizontalBar>.jspDisabled:hover
{
	background-color: transparent;
	background-image: url(scroll_arrows.png) no-repeat;
}

.jspVerticalBar .jspArrow
{
	height: 7px;
}

.jspHorizontalBar .jspArrow
{
	width: 7px;
}

.jspArrowUp
{
	background-position: 0px 0px !important;
}

.jspArrowDown
{
	background-position: -7px 0px !important; 
}

.jspArrowLeft
{
	background-position: -14px 0px !important;
}

.jspArrowRight
{
	background-position: -21px 0px !important;
}