.slider_input_group {
	width: 99%;
	border-style: none;
	font-family: Arial,sans-serif;
	padding: 5px 10px 5px 10px;
}

.slider_input_group_label {
	font-size: 14px;
	font-weight: bold;
	margin-left: -4px;
	padding-bottom: 10px;
}

.ui-slider  {
	width: 98%; // width: 322px;
	height: 22px;
	//margin-right: 5px;
	background: url(/images/slider-inactive.png);
	border-style: none; 
}

.ui-slider-horizontal .ui-state-default {
	border-style: none;
}

.ui-slider-range {
	height: 22px !important;
	background: url(/images/slider-active.png);
}

.labels{
 display:block;
 float:left;
 position:relative;
 top:10px;
 width:100%;//width:360px;
 left:-10px;
}

.label {
	font-size: 12px;
	white-space: nowrap;
}