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

#facebox .popup {
	position: relative;
}

#facebox .body {
	padding: 10px 10px 6px 10px;
	background: #fff;
}
#facebox .loading {
	width: 350px;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
}
#facebox .image {
	text-align: center;
}

#facebox img {
	margin: 0;
	display: block;
}
#facebox .header {
	padding-bottom: 10px;
}
#facebox .header,
#facebox .header a {
	color: #F9052D;
	text-align: right;
}
#facebox .footer {
	margin-top: 6px;
}
#facebox .footer * {
	color: #F9052D;
}
#facebox .prev {
	text-align: left;
	width: 100px;
}
#facebox .next {
	float: right;
	text-align: right;
	width: 100px;
}
#facebox .next a,
#facebox .prev a {
	font-size: 10px;
}
#facebox .title {
	margin-bottom: 15px;
	font-size: 10px;
}
#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.facebox_hide {
	z-index:-100;
}
.facebox_overlayBG {
	background-color: #000000;
	z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
