.RangeSliderArea {
	width: 85%;
	margin:10px 0px 20px 10px;
	ftext-align: center;
}

.RangeBar {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
	position: absolute; 
	top: 7px;
	left: 0px;
	background-color: #7b909D;
	z-index: 1;
}
.RangeSliderHandleMin {
	margin: 0px;
	padding: 0px;
	width:5px;
	height:9px;
	position: absolute; 
	top: -1px;
	z-index: 3;
}
.RangeSliderHandleMinImage {
	position: relative;
	left: -3px; 
}
.RangeSliderHandleMax {
	margin: 0px;
	padding: 0px;
	width:9px;
	height:9px;
	position: absolute; 
	top: -1px;
	z-index: 3;
}
.RangeSliderHandleMaxImage {
	position: relative;
	/*left: -17px;*/
}
.RangeSliderSelectedSpan {
	font-size: 4px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	position: absolute; 
	top: 7px;
	left: 0px;
	background-color: #7b909D;
	z-index: 2;
}
.RangeSliderTrack {
	position: relative;
	z-index: 0;
}
