.rangeSlider  {
	background-position: center center;
	background-image: url(/slider/bkd-dark.jpg);
	background-repeat: repeat-x;
	font-size: 0px;
	height: 18px;
	overflow: hidden;
	position: relative;
	padding: 0 4px;
}

.leftEdge, .rightEdge {
	background-position: center center;
	background-repeat: no-repeat;
	height: 18px;
	width: 4px;
	position: absolute;
}

.leftEdge {
	background-image: url(/slider/left-edge.png);
	left: 0;
}

.rightEdge {
	background-image: url(/slider/right-edge.png);
	right: 0;
}

.barLeft, .barRight {
	background-position: center center;
	background-image: url(/slider/bkd-light.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 18px;
}
.barLeft {
	left: 4px;
	text-align: right;	
}
.barRight {
	right: 4px;
	text-align: left;	
}
.txtBoxLeft, .txtBoxRight {
}
.txtBoxLeft {
}
.txtBoxRight {
}
