#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
	padding:0 50px 100px 50px;
}
#facebox .popup {
	position: relative;
}
#facebox .content {
	display: table;
	width: 100%;
}
#facebox .caption {
	display: table;
	width: 100%;
	margin:15px 0 0 0;
	color:#333;
}
#facebox .content > p:first-child {
	margin-top: 0;
}
#facebox .content > p:last-child {
	margin-bottom: 0;
}
#facebox .close {
	position: fixed;
	top: 30px;
	right: 30px;
}
#facebox .close img {
}
#facebox .close:hover img {
	opacity: 0.8;
}
#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
}
#facebox img {
	border: 0;
	margin: 0;
}
#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.facebox_hide {
	z-index: -100;
}
.facebox_overlayBG {
	background-color: #fff;
	z-index: 99;
}
