/*-----------------Price slider------------------*/
div.sliderx{
	width: 100%;
	height: 10px;
	margin:10px 0;
	/*background: url(/images/slider_bar.jpg) 0 0;*/
	background: #0071bb;
	border-radius: 5px;
	background-size: 100% 100%
	height:18px;
	position: relative;
	display: block;
}

div.sliderx div.handle{
	width:60px;
	height:60px;
	/*background: url(/images/slider_handle.png) no-repeat;*/
	cursor:pointer;
	position: absolute;
	top:-5px;
	color:#000;
}
div.sliderx div.handle1{
	width:60px;
	height:60px;
	/*background: url(/images/slider_handle2.png) no-repeat;*/
	cursor:pointer;
	position: absolute;
	top:-5px;
	color:#000;
}

.price_start_value{
	color:#000;
	font-size:12px;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}