.ui-slider {
    position: relative;
    text-align: left;
	height: 11px;
	border-radius: 4px;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}

.ui-widget-content {
    background: #f9fafb;
    border: 1px solid #c1c6cc;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider .ui-slider-range {
    background: #f9fafb;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
	border-radius: 4px 0 0 4px;
}


.slider {
	border: 1px solid #cbd3d6;
	padding: 15px 35px;	
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	margin-bottom: 15px;
	background: #ebeef0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fb), to(#dee3e6));
	background: -moz-linear-gradient(top, #f8f9fb, #dee3e6);
	background: -ms-linear-gradient(top, #f8f9fb, #dee3e6);
	background: -o-linear-gradient(top, #f8f9fb, #dee3e6);
}
.slider h3, .slider .cal-h3 {
	display: block;
    font-size: 20px;
	margin-bottom: 20px;
}
.represent_ammount {
	display: block;
	margin-top: 6px;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	width: 250px;
}
.labels_amount {
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
}
.min_amount {
	float: left;
}
.max_amount {
	text-align: right;
	float: right;
}
#slider-range-max .ui-slider-handle {
	background-image: url("handle.png");
    border: 0 none;
    height: 40px;
    width: 22px;
    display: block;
	margin-left: -0.6em;
    top: -0.95em;
}
.slider_info {
	font-size: 12px;
    text-align: center;
	float: right;
	margin-top: -26px;
}
.slider a.calc_apply {
	background: #ed2224;
	color: #FFF;
	display: block;
	height: 38px;
	width: 124px;
	text-align: center;
	line-height: 38px;
	margin: 2px auto;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}



#sliderContainer {
	height: 45px;
}
#sliderContainer table {
	margin-right: auto;
	margin-left: auto;
}

#slider-range-max {
	margin: -20px 80px 0 70px;
}

a:link.ui-slider-handle {
	outline:0;
	text-decoration:none;
	position: relative;
}
#targetVal {
	font-size:14px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	border:none;
	position: absolute;
	left: -1px;
	top: -20px;
}


#slider_example {
	float: right;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3em;
	padding-right: 6px;
	width: 450px;
}

.slider .apply-block {
	
}

