		#main {
			width: 320px;
			height: 240px;
			border: 1px solid #111;
		}

		#content {
			width: 310px;
			height: 240px;
			float: left;
			overflow: hidden;
			background: #ff3300;
			color: #fff;
		}

		#text {
			padding: 10px;
		}

		#track {
			height: 240px;
			width: 10px;
			float: left;
			position: relative;
			background: #ddd;
		}

		#thumb {
			position: absolute;
			top: 10px;
			left: 0;
			height: 10px;
			width: 10px;
			background: #aaa;
		}