.sliderCont {display:inline-block; width:100%; margin:0 }		
#slider {}
.ui-slider {position:relative; text-align:left}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width:1.2em;
	height:1.2em;
	cursor:default;
}
.ui-slider .ui-slider-handle:hover {cursor:pointer}
.ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background-position:0 0
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {height:6px}
.ui-slider-horizontal .ui-slider-handle {top:0; margin:0 0 0 -7px}
.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-top:2px solid #000; background-color:transparent}
.ui-widget-header {
	border: 1px solid #8e8f8f;
	/*background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*
	color: #ffffff;
	font-weight: bold;*/
	background:url(images/range-filled-bg.png) repeat-x;
	height:10px;
}

/* Interaction states*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {background:url(/new/img/pol.png) no-repeat; width:14px; height:12px}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	/*border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;*/
	
	/*background:url(images/price-square.png) 0 0 no-repeat;
	width:18px;
	height:18px;*/
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	/*border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;*/
	
	/*background:url(images/price-square.png) 0 50% no-repeat;
	width:18px;
	height:18px;*/
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}