body #flashcontent {
    position: absolute;
    left: -2000em;
	width: 100px;
	height: 100%;
	overflow: hidden;
}

body #htmlView {
    position: static;
	left: 0;
	width: auto;
	height: auto;
	overflow: auto;
}
