.trackBar {
	width: 270px;
	height: 50px;
	position: relative;
	background: 0 8px url(../images/trackbar/bar.gif) repeat-x;
}

	.trackBar .trackBarSlider {
		position: absolute;
		width: 10px;
		height: 20px;
		top: 0px;
		left: 2px;
		cursor: e-resize;
	}


	.trackBar .scale {
		position: relative;
		width: 100%;
		top: 20px;
		border-collapse: collapse;
		TTTtable-layout: fixed;
		font: normal 11px/11px Arial;
	}
	
	.trackBar .scale TD {
		width: 20%;
		padding-top: 10px;
		text-align: center;
	}
	
	.trackBar .scale SPAN {
		padding-top: 10px;
		background: 50% 2px url(../images/trackbar/scale.gif) no-repeat;
		white-space: nowrap;
	}

	.trackBar .scale .first {
		width: 5%;
		text-align: left;
		padding-left: 4px;
	}

	.trackBar .scale .last {
		width: 5%;
		text-align: right;
	}

