.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    top: -6px;
    right: -15px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 2px solid #3474d4;
    border-radius: 50%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
}

.ui-widget.ui-widget-content {
	height: 4px;
    margin-bottom: 20px;
	background: #777;
    border-radius: 4px;
	-webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border:none;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #444;
}


/*#slider {
	width: 175px;
}
#slider2 {
	width: 175px;
}
#slider3 {
	width: 175px;
}
#slider4 {
	width: 175px;
}

.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 15px;
	background: url(slider.png) no-repeat;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.ui-slider-horizontal {
	 height: 3px;
}
.ui-slider-horizontal .ui-slider-handle { 
	top: -5px;
	margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content { 
	border: 1px solid #1f90dc;
	background: #fff;
}
.ui-widget-header { 
	border: 1px solid #1f90dc;
	background: #1f90dc;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
*/





