#vxFlashPlayer {
	position:relative;
}

#vxFlashPlayerContent {
	width: 606px;
	height: 241px;
}

#vxFlashPlayerFailure {
	display: none;
}

#vxFlashPlayerSyncIMUFrame {
	z-index: 100;
}

#vxFlashPlayerStaticIMUFrame {
	z-index: 99;
}


#vxFlashPlayerSyncLeaderboard{
	position:absolute;
	top:195px; /* 439px */
	left:350px; /* 50px */
	width:477px;
	height:70px;
	background-color:white;
}

/*
#vxFlashPlayerSyncLeaderboard {
	z-index: 98;
	position:absolute;
	top:175px;
	left:337px;
	width:234px;
	height:60px;
	margin-left:337px;
	margin-top:175px;
	background-color: #CCCCCC;
}
*/


/* -- ORIGINAL code
.vxFlashPlayerIMU {
	position: absolute;
	display: none;
	background-color: #000000;
}
*/

.vxFlashPlayerIMU {
	position: absolute;
	display: none;
	top:175px;
	left:337px;
	width:234px;
	height:60px;
	background-color: #000000;
	margin-left:337px;
	margin-top:-65px;
	position: static;
}


.vxFlashPlayerExternalIMU {
	display: none;
	width: 300px;
	height: 250px;
	top:175px;
	left:337px;
}


.vxFlashPlayerIMUContent {
	width: 100%;
	height: 100%;
	position: relative;
	border: 0px;
	overflow: hidden;
}


.transparentDIV
{
   filter:alpha(opacity=0); /* change opacity to 25 or 50 */
   -moz-opacity: 0; 		/* change opacity to 0.25 or .5 */
   opacity: 0; 				/* change opacity to 0.25 or .5 */
}




