
.jspVerticalBar{
	background:#fff; 	
}

/*.jspHorizontalBar,.jspVerticalBar,*/

.jspTrack
{
	/*background: #eeeef4;*/
   background: #E1E1E1;
	border-top-left-radius: 25px;
   border-top-right-radius: 25px;
   border-bottom-left-radius: 25px;
   border-bottom-right-radius: 25px;
   -webkit-border-top-left-radius: 25px;
   -webkit-border-top-right-radius: 25px;
   -webkit-border-bottom-left-radius: 25px;
   -webkit-border-bottom-right-radius: 25px;
   -moz-border-top-left-radius: 25px;
   -moz-border-top-right-radius: 25px;
   -moz-border-bottom-left-radius: 25px;
   -moz-border-bottom-right-radius: 25px;
}

.jspDrag
{
	background:  #97999e;

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

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


.jspArrow
{
	background: url(../img/assets/ui-icons_222222_256x240.png) no-repeat;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.jspVerticalBar>.jspActive,
.jspArrow:hover
{
	background-image: url('../img/assets/ui-icons_cd0a0a_256x240.png');
}

.jspVerticalBar>.jspDisabled,
.jspVerticalBar>.jspDisabled:hover,
.jspHorizontalBar>.jspDisabled,
.jspHorizontalBar>.jspDisabled:hover
{
	background-color: transparent;
	background-image: url('../img/assets/ui-icons_888888_256x240.png');
}

.jspVerticalBar .jspArrow
{
	height: 15px;
}

.jspHorizontalBar .jspArrow
{
	width: 15px;
}

.jspArrowUp
{
	background-position: -1px 0;
}

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

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

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