		#main {
			width: 320px;
			height: 240px;
			border: 1px solid #111;
		}
 
		#scroll {
			width: 540px;
			height: 310px;
			float: left;
			overflow: hidden;
		}
 
		#texto {
			padding: 10px;
			padding-top:0;
		}
 
		#trilha {
			height: 310px;
			width: 6px;
			float: left;
			position: relative;
			background: #ddd;
		}
 
		#thumb {
			position: absolute;
			top: 10px;
			cursor:pointer;
			left: 0;
			height: 10px;
			width: 6px;
			background: #aaa;
		}
