.ui-slider {
	height: 4px;
	margin: 10px 12px 0 0;
	width: 200px;
	min-width: 200px;

	background-color: #a9acb1;

	border-radius: 15px;

	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

	box-shadow: 		inset 0 1px 2px rgba(0, 0, 0, 0.1);

}



.ui-slider-horizontal .ui-slider-range-min {

	background-color: #017afd;
  border-radius: 15px;
  display: block;
  height: 100%;
  width: 0;

}

.ui-slider .ui-slider-handle:focus,
.ui-slider .ui-slider-handle {

	background-color: #fff;
  border-radius: 100%;
  cursor: move;
  height: 25px;
  left: 0;
  top: -13px;
  position: absolute;
  width: 25px;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);

}
.ui-slider .ui-slider-handle:focus {
	outline-style: none;
}