/* facebox */
#facebox .b {
	background:url(http://www.neroteca.com/s/b.png);
}
#facebox .tl {
	background:url(http://www.neroteca.com/s/tl.png);
}
#facebox .tr {
	background:url(http://www.neroteca.com/s/tr.png);
}
#facebox .bl {
	background:url(http://www.neroteca.com/s/bl.png);
}
#facebox .br {
	background:url(http://www.neroteca.com/s/br.png);
}
#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}
#facebox .popup {
	position: relative;
}
#facebox table {
	border-collapse: collapse;
	width:auto;
}
#facebox td {
	border-bottom: 0;
	padding: 0;
}
#facebox .body {
	padding: 20px;
	background: #111;
	width: 540px;
	background:url(http://www.neroteca.com/i/mat_NT.gif) 0 bottom repeat-x #000;
}
#nerovivo #facebox .body {
	background-image:url(http://www.neroteca.com/i/mat_NV.gif);
}
#nerofico #facebox .body {
	background-image:url(http://www.neroteca.com/i/mat_NF.gif);
}
#nerodeli #facebox .body {
	background-image:url(http://www.neroteca.com/i/mat_ND.gif);
}
#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
}
#facebox img {
	border: 0;
	margin: 0;
}
#facebox td img.frame {
	border:1px solid #222;
	margin-right:20px;
	padding:10px;
	background:#fff;
}
#facebox .footer {
	text-align: right;
	position:absolute;
	top:20px;
	right:20px;
}
#facebox .footer img {
	border:none;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}
#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.facebox_hide {
	z-index:-100;
}
.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}
#facebox h4 {
	font-size:1.1em;
	color:#ccc;
	margin-bottom:20px;
	line-height:1.4;
}
#facebox img {
	float:right;
	margin:0 0 10px 20px;
	border:5px solid #111;
}
#facebox img.goLeft {
	float:left;
	margin:0 20px 5px 0;
}
#facebox p strong {
	color:#999;
	font-weight:normal
}