	.priceslider,
	.priceslider * {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
-webkit-user-select: none;
   -moz-user-select: none;
	-ms-user-select: none;
		display: block;
		cursor: default;
	}
	.priceslider {
		position: relative;
						
	}
	.priceslider a {
		position: absolute;
		z-index: 1;
		
	}
	.priceslider a:nth-child(2) {
		background: inherit !important;
		
	}
	.priceslider.vertical a {
		width: 100%;
		bottom: 0;
	}
	.priceslider.horizontal a {
		height: 100%;
		right: 0;
		background-color:#fc803e;
	}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.priceslider:before,
	body.TOUCH,
	.priceslider div {
		-ms-touch-action: none;
	}
	.priceslider:before {
		display: block;
		position: absolute;
		width: 150%;
		left: -25%;
		height: 400%;
		top: -150%;
		content: "";
		z-index: -1;
	}
	.priceslider.vertical:before {
		width: 400%;
		left: -150%;
		height: 150%;
		top: -25%;
	}
}
	.priceslider {
		border: 1px solid #c9c9c9;
		border-radius: 3px;
		
	}
	.priceslider.connect a,
	.priceslider.connect.lower {
		background: #e8e8e8;
	}
	.priceslider,
	.priceslider.connect.lower a {
		background: #fc803e;
		box-shadow: inset 0px 1px 7px #e8e8e8;
	}
	.priceslider.disabled,
	.priceslider.disabled.connect.lower a {
		background: #ccc;
		box-shadow: none;
	}
	.priceslider div {
		height: 26px;
		width: 26px;
		background:url(images/white_picker.png) no-repeat;
		
	}
	.priceslider.disabled div {
		background: transparent;
	}
	.priceslider.horizontal {
		width: 300px;
		height: 7px;
		border:1px solid #c9c9c9;
		background-color:#e8e8e8;
	}
	.priceslider.horizontal div {
		margin: -10px 0 0 -9px;
	}
	.priceslider.vertical {
		width: 10px;
		height: 300px;
	}
	.priceslider.vertical div {
		margin: -9px 0 0 -5px;
	}

.pricInput {width:80px;}
.pricInput input {font-size:14px; color:#fc8440; font-family:Arial, Helvetica, sans-serif; font-weight:bold; width:80px;}