#content .wf .DoubleTrackBar {
	float: left;
	clear: both;
	height: 30px;
	width: 100%;
	margin: 5px 0 0 0;
	background: url('/files/images/imgtrackbar/b_bg_all.gif') left center repeat-x;
	position:relative;
	}
#content .wf .DoubleTrackBar .Tracker {
	margin: -16px 0;
	position: absolute;
	z-index: 10;
	height: 32px;
	font-size: 0;
	background: url('/files/images/imgtrackbar/b_bg_on.gif') left center repeat-x;
	top: 50%;
	}
	
#content .wf .DoubleTrackBar .Tracker .flr {
	position: absolute;
	top: 25px;
	left: 100%;
	margin: -16px 0 -16px -6px;
	width: 11px;
	height: 14px;
	z-index: 60;
	cursor: pointer;
	}
	
#content .wf .DoubleTrackBar .touch {
	position: absolute;
	z-index: 1;
	text-align: center;
	background: #aaa;
	width: 1px;
	height: 8px;
	top: 22px;
	}
#content .wf .DoubleTrackBar .touch span {
	position: relative;
	top: 12px;
	padding: 0;
	z-index: 20;
	font-family: Times New Roman;
	font-size: 12px;
	color:#9f9f9f;
	white-space: nowrap;
	}	
