/* Facebox lightbox plugin - base styles (no rel="facebox" links use this on this site) */

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#facebox .popup {
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	padding: 10px;
}

#facebox .content {
	display: block;
}

#facebox .close {
	position: absolute;
	top: 6px;
	right: 6px;
}

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

#facebox_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
