.slider-input {
	width:			100%;
	height:			22px;
	padding:		5px 11px;
	position:		relative;
}

.slider-input-min,
.slider-input-max {
	display:		none;
}

.slider-input-bar {
	width:			100%;
	height:			12px;
	border:			1px solid #cacaca;
	border-radius:		6px;
	background:		#fff;
}

.slider-input-value {
	height:			12px;
	position:		absolute;
	top:			5px;
	background:		#2581cd;
}

.slider-input-handle {
	width:			22px;
	height:			22px;
	border:			1px solid #cdcdcd;
	border-radius:		11px;
	position:		absolute;
	top:			0;
	background:		#fff;
	cursor:			pointer;
}

.slider-input-handle.min {
	left:			0;
}

.slider-input-handle.max {
	right:			0;
}
