#vxFlashPlayer {
	margin: 0 auto;
	text-align:left;
	width:300px;
	height:300px;
}

.vxFlashPlayerIMUFrame {
	position:absolute;
	text-align:center;
	display:none;
	background-color: #CCCCCC;
	z-index:100;
}

#vxFlashPlayerStaticIMUFrame {
	z-index:99;
}

.vxFlashPlayerIMUContent {		
	width:301px;  /* need to add 1 so that scrollbars don't appear in Firefox. */
	height:251px; /* need to add 1 so that scrollbars don't appear in Firefox. */
	border:0px;
	position:relative;
	top:11px; /* temp hack until we have a good cross browser way to vertically align. */
}
