.overlay
{
	width:480px;
	height:360px;
	background:#FFF;
	position:absolute;
	z-index:10000;
	box-shadow: 0px 0px 5px #DDD;
}

.overlay .reproductor
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.overlay .close
{
	width:36px;
	height:36px;
	position:absolute;
	right:-18px;
	top:-18px;
	cursor:pointer;
	background:url(/images/template/close.png) no-repeat;
}

.bgReproductor
{
	background:#000;
	opacity:.90;
	filter:alpha(opacity=90);
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;		
}

