
#TextContainer {
	width: 170px;
	height: 297px;
	background-color: #ddebff;
	overflow: hidden;
	border: 1px solid silver;
	text-align: justify;
	cursor: hand;
}

#TextScroller {
	width: 100%;
	padding: 10px;
	position: relative;
	top: 1000px;
	font: bold 8pt Verdana; 
}