#root {
	position:absolute;
	height:300px;
	width:450px;
	background-color:#F4F4F4;
	border:1px solid #333;
	font-family:verdana, sans-serif;
	font-size:10px;
}
#thumb {
	position:absolute;
	height:25px;
	width:11px;
	background-color:#eee;
	border:1px outset #eee;
}
