.jScrollPaneDrag{
	background: none no-repeat scroll 0 0;
	background-image: url(../images/scroller.jpg);
	height: 40px;
	width: 8px;	
}
.jScrollPaneTrack{
	background:none;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(../images/scroll_image_repeat.jpg);
}

.ui-slider-horizontal{
	background:url(../images/media/carouselscrollback_grey.jpg) no-repeat center 3px;
	border: 0px;
	background-repeat:repeat-x;
}

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}

