.noUiSlider {
	width:					96%;
	border:					1px solid #dfe0dd;
	height:					7px;
	background:				#fff;
	-webkit-touch-callout:	none;
    margin-bottom: 10px;
}
.noUi-midBar {
	height:					100%;
	z-index:				0;
	background:				#ccc;
	-webkit-touch-callout:	none;
}
.noUi-handle > div {
	position:				absolute;
	width:					10px;
	height:					9px;
	top:					9px;
	left:					-5px;
	z-index: 				5;
    background: url(/pics/icone/elementi_lista.png) -57px -40px no-repeat;  
}
.noUi-handle > div:hover,
.noUi-handle > div.noUi-activeHandle {
}
.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;
	}
}