div.price-slider {
	height: 30px;
	position: relative;
	padding: 5px 0px 5px 0px;
	margin: 10px 10px 0px 10px;
}
.price-slider:before{
	content:'';
	position:absolute;
	left:0px;
	top:49%;
	width:100%;
	height:2px;
	background:#000;
}

div.price-slider .filter-handle {
    height: 20px;
    width: 10px;
    cursor: e-resize;
    display: block;
}

div.price-slider .price-slider-from {
    background: #000 ;
}

div.price-slider .price-slider-to {
    background: #000 ;
    cursor: w-resize;
    margin-top: -20px;
}
#price-min-display{
	color:#000;
	font-family: 'DINCond';
font-weight: normal;
font-size:14px;
}
#price-max-display{
	color:#000;
	font-family: 'DINCond';
font-weight: normal;
font-size:14px;
}

#button-price-slider.button{
	font-size: 16px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 10px 0px;
	text-align: center;
	border:1px solid #000;
}
#button-price-slider.button:hover{
	
	background:#fff;color:#000;
}
