.DoubleTrackBar {
	height: 50px;
	width: 230px;
	margin-top: 5px;
	background: url('../images/tracker/scroll_bg1.png') left center repeat-x;
	position: relative;}
.DoubleTrackBar .start,
.DoubleTrackBar .finish{
	margin: -7px 0;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 0;}
.DoubleTrackBar .finish{
	left: auto;
	right: 0;}
	
.DoubleTrackBar .Tracker{
	margin: -16px 0;
	position: absolute;
	z-index: 50;
	height: 32px;
	font-size: 0;
	background: url('../images/tracker/scroll_bg2.png') left center repeat-x;
	top: 50%;}
.DoubleTrackBar .Tracker .flr,
.DoubleTrackBar .Tracker .fll{
	position: absolute;
	top: 70%;
	width: 19px;
	height: 28px;
	z-index: 60;
    cursor: pointer;
}
.DoubleTrackBar .Tracker .fll {
	margin: -16px -10px auto auto;
	left: auto;
	text-align: right;
	right: 100%;
    width: 19px;
    height: 28px;
    background: url(../images/tracker/scroll_switch.png) 0px 0px no-repeat;
}
.DoubleTrackBar .Tracker .flr {
	margin: -16px auto auto -10px;
	left: 100%;
    width: 19px;
    height: 28px;
    background: url(../images/tracker/scroll_switch.png) 0px 0px no-repeat;
}
.DoubleTrackBar .Tracker .text{
	top: -23px;
	z-index: 20;
	margin: 0;
	height: auto;
	font-size: 11px;
	font-family: Trebuchet MS;
	white-space: nowrap;
	width: 100px;}

.DoubleTrackBar .touch {
	position: absolute;
	z-index: 40;
	text-align: center;
	background: #4ea510;
	width: 1px;
	height: 8px;
	top: 10px;
}
.DoubleTrackBar .touch span{
	position: absolute;
	top: -15px; left: -5px;
	color: #666666;
	font-size: 10px;
	font-family: Trebuchet MS;
	white-space: nowrap;
}
