

/*** Slider css */
div.nav.range {display:none;}
div.slider{height: 20px;}
div.wrapper {

	border-top:4px solid #a0a0a0;
	border-bottom:1px solid #e0e0e0;
	width: 377px;
	height: 1px;
	margin-left:8px;margin-right:8px;
	line-height:0px;  }

.slider {
padding-top:5px;
    top: 13px;
    height: 20px;
    width: 393px; /* wrapper width+17 - 1px */
    position: relative;
    z-index: 1;
}
.indicator {
    background-image: url(slider-thumb-h.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: e-resize;
    width: 17px;
    height: 21px;
    position: absolute;
    z-index: 2;
}
div.nav div.label {
	color:#0052a5;
	font-weight:bold;
	padding-top:15px;
	position:relative;
	padding-bottom:15px;
	width:385px;
}
div.nav div.label span.min {
	position:relative;
	display:block;
	float:left;
	left:0px;
}
div.nav div.label span.max {
	position:relative;
	display:block;
	float:right;
}

