#content {
	width: 420px;
	height: 250px;
	float: left;
	overflow: hidden;
}

#text {
}

#track {
	height: 250px;
	width: 10px;
	float: left;
	position: relative;
	background: #FF8080;
}

#thumb {
	position: absolute;
	top: 10px;
	left: 0;
	height: 10px;
	width: 10px;
	background: url(../images/scroll.gif) #900;
}


