
#dualSliderWrapper
{
	width: 140px;
	height: 20px;	
}

#dualSliderRailStart
{
	position: absolute;
	width: 7px;
    height: 9px;
}

#dualSliderRailBody
{
	background: transparent url(/images/slider/rail-body.png) top right;
	background-repeat: repeat-x;
}

#dualSliderRailEnd
{
	position: relative;
	margin-left: 140px;
	width: 7px;
    height: 9px;	
}
.dualSliderReadoutStyle
{
	text-align: center;
}
.dualSliderAreaStyle
{
	padding-bottom: 3px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 20px;
}

.dualSliderRailBodyStyle
{
	position: relative;
	width: 140px;
	height: 9px;
	z-index: 0;
}

.dualSliderHandleStyle
{
	width: 19px;
	height: 20px;	
	position: absolute;
	z-index: 2;
}

.dualSliderSpanStyle
{
	position: absolute;
	float: left;
	background-color: #FF9900;
	height: 10px;
	filter:alpha(opacity=20);
	opacity: 0.2;
	z-index: 0;
}
