#transparant_layer
{
	display: none;
	position: absolute;
	margin-left: auto; 
	margin-right: auto; 
	left: 0;
	top: 0;
	vertical-align: middle;
	background-color: #fff;
	opacity: 0.35;
	filter: alpha(opacity=35);
	z-index: 2;
}
#layerContainer {
	/* display: none; */
	position: absolute;
	width: 100%;
	top: 168px;
	left: -3000px;
	z-index: 9999;
	vertical-align: middle;
	background: none;
 }

/* #mediaplayer{ display: none; } */

/* --------------------------------------------- // -------- Overlay layer */

#mediaplayerContainer {
	width: 409px;
	height: 368px;
	margin-left: auto; 
	margin-right: auto; 
	font-size: 0.8em;
	background: url(../_images/mediaplayer/bg_mediaplayer.png) no-repeat 0 0;
}

#mediaplayerContainer a.close {
	float: right;
	color: #008200;
	margin: 12px 25px 5px 0;
	padding: 0 25px 5px 0;
	background: url(../_images/mediaplayer/cross_close.gif) no-repeat top right;
}

#mediaplayer {
	float: left;
	margin: 15px 0 0 22px;
	
}

#mediaplayerContent {
	float: left;
	margin: 10px 0 0 22px;
}
