.ui-rangeSlider{
	height:22px;
}

.ui-rangeSlider .ui-rangeSlider-innerBar{
	height: 10px;
	margin: 5px 6px;
	background-image: -webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
	background-image: -o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
	background-image: linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}

.ui-rangeSlider .ui-rangeSlider-handle{
	border-radius: 4px;	
	cursor:col-resize;
	margin-left: -3px;
	cursor: pointer;
	width: 6px;
	height: 20px;
	background-color: #337ab7;
	background-image: -webkit-linear-gradient(top,#149bdf 0,#0480be 100%);
	background-image: -o-linear-gradient(top,#149bdf 0,#0480be 100%);
	background-image: linear-gradient(to bottom,#149bdf 0,#0480be 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
	filter: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	border: 0 solid transparent;
}

.ui-rangeSlider .ui-rangeSlider-bar{
	margin: 3px 0;
	background: #f7f7f7;
	height: 14px;
	cursor:move;
	background-image: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
	background-image: -o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
	background-image: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}

.ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging{
	cursor:	-moz-grabbing;
	cursor:grabbing;
}

.ui-rangeSlider-arrow{
	height: 13px;
	margin: 4px 0;
	width: 9px;
	background-repeat:no-repeat;
	cursor: pointer;
}

.ui-rangeSlider-arrow.ui-rangeSlider-leftArrow{
	background-image: url('icons-custom/resultset_previous.png');
	background-position:center left;
}

.ui-rangeSlider-arrow.ui-rangeSlider-rightArrow{
	background-image: url('icons-custom/resultset_next.png');
	background-position:center right;
}

.ui-rangeSlider-arrow-inner{
	display: none;
}

.ui-rangeSlider-container{
	height:22px;
}

.ui-rangeSlider-withArrows .ui-rangeSlider-container{
	margin:0 11px;
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container{
	margin:0;
}

.ui-rangeSlider-label{
	margin:0 2px 2px;
	background-image:url('icons-custom/label.png');
	background-position:bottom center;
	background-repeat:no-repeat;
  white-space: nowrap;
  bottom:20px;
  padding:3px 6px 7px;
  cursor:col-resize;
}

.ui-rangeSlider-label-inner{
	display:none;
}

/*
 * Edit slider
 */

input.ui-editRangeSlider-inputValue{
	width:3em;
	vertical-align: middle;
	text-align:center;
}
