.price_slider { width: 100%; height: 45px; position: relative; margin: 0 0 20px 0;}
	.price_slider_bar_off { position: absolute; width: 100%; height: 10px; margin-top: 10px; background: #111;}
	.price_slider_bar_on { position: absolute; width: 100%; height: 10px; margin-top: 10px; background: #d8e9e0;}
	.price_slider_handle_left { cursor: pointer; position: absolute; left: 0; width: 100px; height: 100px;}
	.price_slider_handle_right { cursor: pointer; position: absolute; right: 0; width: 100px; height: 100px;}
	.price_slider_figure { position: absolute; text-align: left; font-size: 13px; color: #4f4f4f; margin-top: 12px;}

.slider-range-sales .ui-slider-handle {
    background-image: url('../img/buttons/slider_handle.png') !important;
}
.slider-range-lettings .ui-slider-handle {
	background-image: url('../img/buttons/slider_handle.png') !important;
}
.ui-slider-handle {
	background-color: red;
	border: none !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	width: 32px !important;
	height: 32px !important;
	margin-top:-6px;
}


@media only screen and (min-width: 200px) and (max-width: 600px) {
	.price_slider { height: 25px; margin: 0 0 10px 0;}
}