.noUi-target *
{
	box-sizing: border-box;
	cursor: default;
	moz-box-sizing: border-box;
	moz-user-select: none;
	ms-touch-action: none;
	ms-user-select: none;
	webkit-box-sizing: border-box;
	webkit-touch-callout: none;
	webkit-user-select: none;
}
.noUi-base
{
	width: 350px;
	height: 22px;
	margin: 0 14px;
	position: relative;
}
.noUi-handle
{
	cursor: pointer;
	height: 31px;
	position: relative;
	width: 25px;
	z-index: 1;
}
.noUi-handle:after {
	background: url(../img/sprite.png) 0px -132px no-repeat;
	content: "";
	height: 31px;
	left: -14px;
	position: absolute;
	top: -8px;
	width: 25px;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-background
{
	height: 9px;
	background: url(../img/range-sl_bg.png) 0 -11px no-repeat;
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin
{
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.noUi-origin-lower {
	height: 8px;
	background: url(../img/range-sl_bg.png) right bottom no-repeat;
}
.noUi-origin-upper {
	height: 8px;
	background: url(../img/range-sl_bg.png) right 0 no-repeat;
}