.range-slider {
	width: 90%;
	height: 11px;
	background: #eee;
	position: relative;
	margin: 15px auto 30px auto;
	padding: 0 10px;
}

.ui-slider-handle {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -5px;
	margin-left: -12px;
	z-index: 200;
	background: #e3e3e3;
	border-radius: 5px;
	border: 1px solid #8f8f8f;
}

a.ui-slider-handle {
	outline: 0;
}

.ui-widget-header {
	background-color: #e3e3e3;
	border: 1px solid #8f8f8f;
	height: 10px;
	left: 1px;
	top: 1px;
	position: absolute;
}
