#facebox .b {
	background: url(../img/facebox/b-trans.png) repeat-x left bottom;
	height: 16px;
}

#facebox .t {
	background :url(../img/facebox/t-trans.png) repeat-x left top;
	height: 16px;
}

#facebox .r {
	background :url(../img/facebox/r-trans.png) repeat-y;
	height: 15px;
}

#facebox .l {
	background :url(../img/facebox/l-trans.png) repeat-y;
	height: 15px;
}

#facebox .tl {
	background: url(../img/facebox/tl-trans.png);
}

#facebox .tr {
	background: url(../img/facebox/tr-trans.png);
}

#facebox .bl {
	background: url(../img/facebox/bl-trans.png);
}

#facebox .br {
	background: url(../img/facebox/br-trans.png);
}

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

#facebox .popup {
	position: relative;
}

#facebox table {
	border-collapse: collapse;
}

#facebox td {
	border-bottom: 0;
	padding: 0;
}

#facebox .body {
	background: #9ca1a7;
	overflow: hidden;
	padding: 10px;	
	margin:0 auto;
}

#facebox .body .content-wrapper {
	
}

#facebox .body .content-wrapper:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

#facebox .body .content-wrapper .content:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

#facebox .loading {
	height: 50px;
	width: 270px;
	text-align: center;
}

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

#facebox img {
	border: 0;
	margin: 0;
}

#facebox .footer {
	position: absolute;
	/*top: 12px;
	right: 14px;*/
	top: 0;
	right: 0;
}

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

#facebox_overlay {
	position: fixed;
	_position: absolute;
	*position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.facebox_hide {
	z-index:-100;
	}

.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
	}
