@charset "utf-8";
/* CSS Document */
#facebox {
	position: relative;
	width: 522px;
	text-align: center;
	height:294px;
	display: block;
	overflow: hidden;
	top:0;
	left:0;
	margin-left:1px;
	margin-right:1px;
}

#facebox .popup {
/*	position: relative;
	width: 519px;
	height:293px;
	overflow: hidden;
	display: block;*/
}

#facebox .body {
	padding: 0;
	margin:0;
	background: #fff;
/*	width: 520px;
	height:294px;
	overflow: hidden;*/
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
	text-align: center;
/*	height: 294px;
	width: 520px;  */
}

#facebox img {
  	border: 0;
  	height: 294px;
	width: 522px;
}
#facebox .loading {
	height: 32px;
	width: 32px;
	z-index: 100;
	background-image:url(images/loading.gif);
	background-repeat: no-repeat;
	margin-top: 131px;
	margin-bottom: 131px;
	margin-right: auto;
	margin-left: auto;
}
#facebox .footer img {
	z-index: 100;
}