@charset "UTF-8";



#facebox_overlay {
	background     : #000000;
	width          : 100%;
	height         : 100%;
	position       : absolute;
	top            : 0;
	left           : 0;
	z-index        : 99;
	-moz-opacity   : 0.8;
	opacity        : 0.8;
	filter         : alpha(opacity=80);
	display        : none;
}

#facebox .b  { background: url("../img/facebox/b.png"); }
#facebox .tl { background: url("../img/facebox/tl.png"); }
#facebox .tr { background: url("../img/facebox/tr.png"); }
#facebox .bl { background: url("../img/facebox/bl.png"); }
#facebox .br { background: url("../img/facebox/br.png"); }

#facebox {
	text-align     : left;
	width          : 100%;
	position       : absolute;
	top            : 0;
	left           : 0;
	z-index        : 100;
}

#facebox .popup {
  position       : relative;
}

#facebox table {
	border-collapse: collapse;
	margin         : auto;
}

#facebox table th,
#facebox table td {
	padding        : 0 !important;
}

#facebox .body {
	background: url("../img/facebox/b.png");
}

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

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

#facebox img {
	border         : none;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	width          : 10px;
	height         : 10px;
	padding        : 0;
	overflow       : hidden;
}