#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);        
	-moz-opacity: 0.5;                
	opacity: 0.5;
	-khtml-opacity: 0.5;
	z-index: 10000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#window {
	width: 580px;
	margin-left:-255px;
	left: 50%;  (width/2) 
	height: 280px;
	top: 50px;
	z-index: 10001;
	position: absolute;
}

#window  a  {
	
}
#window  a img  {
	border:none;
	left:221px;
	position:relative;
	top:165px	
}

.close-card{
	background:transparent url(img/x.png) no-repeat scroll 87% 0;
	cursor:pointer;
	display:block;
	height:319px;
	left:0;
	position:absolute;
	top:180px;
	width:637px;
	padding:32px 0 0;
	z-index:999;
}
.close-card embed{cursor:pointer;}

