div.overlay {
	width:1100px;
	height:648px;
	display:none;
	padding: 0px;
	background-color:#fff;
}
div.overlay div.wrap { 
    overflow: hidden; 
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	width:1100px;
	height:648px;
}
div.overlay div.close { 
    position:absolute; 
    right:10px; 
    top:10px; 
    cursor:pointer; 
	width:30px;
	height:30px;
	background:url(../images/bt-close.png) no-repeat;
	overflow:hidden; 
} 
div.overlay div.close:hover {
background-position:0 -30px;
}
div.overlay .loading {
	background:#fff url(../images/loading.gif) no-repeat center center;
}
