.noUiSlider {
	width:				400px;
	border:				1px solid #CCC;
	height:				8px;
	background:			#EEE;
}
.noUi-midBar {
    background: url('../../images/ucarterra/range-filled-line.png') 0 0 repeat-x;
	height:				17px;
	z-index:			0;
    top:-4px;
	/*background:			#39C;*/
}
.noUi-handle > div {
	position:			absolute;
	width:				23px;
	height:				23px;
	top:				-7px;
	left:				-11px;
	z-index: 			5;
    background: url('range-slider.png') 0 0 no-repeat;
}
.noUi-handle > div:hover,
.noUi-handle > div.noUi-activeHandle {
	/*background:			#ACE;
	border-color:		#369;*/
}
.disabled > .noUi-midBar {
	/*background:			#999;*/
}
.disabled .noUi-handle > div {
	border-color:		#CCC;
	background:			#CCC;
}
@media (-webkit-min-device-pixel-ratio:1.2),-moz-touch-enabled,(max-device-width:1024px){
	.noUi-handle > div {
		height:			32px;
		width:			32px;
		top:			-13px;
		left:			-16px;
	}
}

.infoBox {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    _overflow: hidden;
	position:			absolute;
	top:				26px;
	font:				11px/1 Arial;
    color: #828282;
    white-space: nowrap;
}

.noUi-lowerHandle .near {
    right:9px;
}
.noUi-upperHandle .near {
    left:9px;
}
.noUi-lowerHandle .edge {
    left:4px;
}
.noUi-upperHandle .edge {
    right:4px;

}
