#flash_container
	{
	position: relative;
	width: 700px;
	/*height: 477px;*/
	background-color: #bfc8df;
	padding: 0px;
	}
#flash_outer
	{
	position: absolute;
	background-color: #1f1f1f;
	top: 0px;
	right: 0px;
	width: 712px;
	height: 477px;
	z-index: 1;
	overflow: hidden;
	border:3px solid #FFFFFF;
	}
#flash
	{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 700px;
	height: 477px;
	z-index:1;
	overflow:hidden;
	}
#map_layer
	{
	position: absolute;
	top: 16px;
	left: 0px;
	width: 525px;
	/* was 350 */
	height: 445px;
	z-index: 2;
	visibility: hidden;
	}
#map_layer iframe
	{
	border: 0px;
	width: 100%;
	height: 100%;
	}