#facebox .la, #facebox .lb, #facebox .tl, #facebox .tc, #facebox .tr, #facebox .bl, #facebox .bc,  #facebox .br {
	height: 20px;
	width: 20px;
	overflow: hidden;
	padding: 0;
}
#facebox .la {
	background: url(../imagens/la.png);
}
#facebox .lb {
	background: url(../imagens/lb.png);
	width: 20px;
}
#facebox .tl {
	background: url(../imagens/tl.png);
}
#facebox .tc {
	background: url(../imagens/tc.png);
	height: 20px;
}
#facebox .tr {
	background: url(../imagens/tr.png);
	width: 20px;
	height: 20px;
}
#facebox .bl {
	background: url(../imagens/bl.png);
	width: 20px;
	height: 20px;
}
#facebox .bc {
	background: url(../imagens/bc.png);
	width: 20px;
	height: 20px;
}
#facebox .br {
	background: url(../imagens/br.png) no-repeat;
	width: 20px;
	height: 20px;
}
#facebox {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	text-align: left;
}
#facebox .popup {
	position: relative;
}
#facebox table {
	margin: auto;
	border-collapse: collapse;
}
#facebox .body {
	background: #0f1002;
	padding: 10px;
	width: 370px;
}
#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
}
#facebox img {
	border: 0;
}
#facebox .footer {
	border-top: 1px solid #333;
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	text-align: right;
}
#facebox .info {
	color: #e3e34f;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 5px 0 0 10px;
	line-height: 16px;
	float: left;
}
#facebox .content {
	clear: both;
}
#facebox .navigation {
	float: right;
}
#facebox .navigation img {
	margin: 0 10px 0 0;
}
#facebox .close {
	margin: 0 10px 15px 0;
	float: right;
}
#facebox h5 {
	color: #fff;
}
#facebox .next, #facebox .prev {
  font-size: 170%;
}
