div#divScrollTextContLeft
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 180px;
	clip:rect(0px,100%,90%,0px);
	overflow:hidden;
	visibility:hidden;
}
div#divText
{
	position:relative;
	left:0px;
	top:0px;
	width: 190px;
	height: 180;
}

