.mediacenterIframe {
	position: absolute;
	top: 75;
	left: 0;
	width: 100%;
	height: 500;
	padding: 0;
	border: 0;
	background-color: transparent;
	z-index: 1002;
	overflow: hidden;
}

.mediacenterShade {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.0;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.mediacenterCloseButton {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 60;
	left: 1010;
	width: 200;
	height: 20;
	color: #FFF;
	font-size: 14px;
	background-color: transparent;
	z-index: 1002;
	cursor: pointer;
}

.overlayIframe {
	position: absolute;
	top: 75;
	left: 0;
	width: 100%;
	height: 500;
	padding: 0;
	border: 0;
	background-color: transparent;
	z-index: 1002;
	overflow: hidden;
}

.overlayShade {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.0;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.overlayCloseButton {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 60;
	left: 1010;
	width: 200;
	height: 20;
	color: #FFF;
	font-size: 14px;
	background-color: transparent;
	z-index: 1002;
	cursor: pointer;
}

