#flash {
	position: absolute;
	left: -2000px;
	width: 100%;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
}
#preview {
	position: absolute;
	left: -2000px;
	width: 100%;
	height: 75px;
	max-height: 75px;
	overflow: hidden;
}