.ratesSlider {
	position: relative;
	display: block;
	height: 4px;
	margin: 81px 30px 0px 30px;
}

.ratesSlider-box {
	position: relative;
	display: block;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 1000px;
	-khtml-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 0px 1px #c1c1c1 inset;
	-moz-box-shadow: 0px 0px 0px 1px #c1c1c1 inset;
	box-shadow: 0px 0px 0px 1px #c1c1c1 inset;
}

.ratesSlider-box .ui-slider-handle {
	position: absolute !important;
	top: -10px !important;
	width: 0px !important;
	height: 24px !important;
	border: none !important;
}

.ratesSlider-button {
	position: absolute;
	top: 0px;
	left: -12px;
	width: 24px;
	height: 100%;
	cursor: pointer;
	z-index: 1;
	background: url(../img/icon.png) -500px -200px no-repeat !important;
}

.ratesSlider-strip {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: #a2c43d;
	-webkit-border-radius: 1000px;
	-khtml-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}

.ratesSlider-title {
	position: absolute;
	bottom: 30px;
	width: 400px;
	height: 0px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
}

.ratesSlider-title span {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	top: -20px;
	height: 20px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #b2b2b2;
}