/* Component containers
----------------------------------*/
.ui-widget {
	position: relative;
	width: 180px;
}
.ui-widget-content {
	height: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ui-widget-content .bg{
	background: #dcdee0;
	height: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
	width: 180px;
}
.ui-widget-header {
	background: #aac124;
	position: absolute;
	height: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
}
.ui-widget-header a {
	color: #ffffff;
}

.ui-slider-handle{
	width: 12px;
    height: 14px;
	position: absolute;
	z-index: 100;
	outline:0;
}
.ui-slider-handle-left{
	top:-4px;
	margin-left: -6px;
}
.ui-slider-handle-right{
	top:-4px;
	margin-left: 4px;
}

.ui-slider-handle-left .min, .ui-slider-handle-right .max{
	color:#666a6f;
	font-size:11px;
	line-height: 14px;
	font-family: "HelveticaNeueCyr Roman";
	position: absolute;
}

.ui-slider-handle-left .min{
	top: -15px;
}

.ui-slider-handle-right .max{
	top: 14px;
	right: 0px;
}