#content {
	top: 460px;
}
#stage {
	width: 800px;
	height: 458px;

	text-align: center;

	overflow: hidden;
	margin-left: 0;

	border: 0px none;
}
#stage td {
	vertical-align: top;
}

#content {
	width: 470px;

	position: absolute;
	overflow: visible;
}
#overflow_content {
	position: relative;
	width: 436px;
	margin: 5px;

	/* this is usefull for images wider then this content area
		so we avoid supernatant ones
	*/
	overflow: visible;
}
#content_scroller {
	display: none;
}