.fadebox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.60;
	filter: alpha(opacity=60);
}

.overbox {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 495px;
	height: 50%;
	z-index:1002;
	overflow: none;
}

#reproductorCabecera {
	border:none!important;
	background:url(../images/layout/css/bg_boxes.png) no-repeat -469px 0!important;
	padding: 0 1.8em 0 1em !important;
	margin:0!important; 
	display: block;
	left: 30%;
	height: 5%;		
}

#reproductor {
	clear:both;
	background:url(../images/layout/css/bg_boxes.png) no-repeat -469px 100%!important;
	padding:0 2.2em 1.6em 2.2em; 
	overflow: hidden
}