@charset "utf-8";
/* CSS Document */
.hp-content-obscure{
	background:#001;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999997;
}
.hp-content-div{
	background:#efede2;
	
	position:absolute;
	z-index:999999;
	padding:10px;
	top:0;
	left:0;
	display:table;
}
.hp-content-close{
	display:block;
	width:25px;
	height:25px;
	float:right;
	margin:-10px -10px 0 0;
	background:url('hp-images/close.gif');
}
.hp-content-title{
	font-size:16px;
	color:#03F;
	height:30px;
	float:left;
}
.hp-content-content{
	width:100%;
	float:left;
	clear:left;
}
/*==== HP CONTENT IMAGE ====*/
.hp-image-div{
	background:#fff;
	
	border:2px solid #eaeaea;
	border-top:2px solid #f9f9f9;
	border-left:2px solid #f9f9f9;
	
	position:absolute;
	z-index:999999;
	padding:0px;
	top:0;
	left:0;
	display:table;
}
.hp-image-close{
	display:block;
	width:25px;
	height:25px;
	margin:0 0 -25px 0;
	position:relative;
	z-index:999;
	float:right;
	background:url('hp-images/close.gif');
}
.hp-image-title{
	font-size:13px;
	color:#777;
}
.hp-image-content{
	width:100%;
	position:relative;
	z-index:777;
}
.hp-prox{
	background:url(hp-images/prox.gif) no-repeat;
	width:20px;
	height:20px;
	display:block;
	float:right;
	margin:0 0 0 10px;
}
.hp-ante{
	background:url(hp-images/ante.gif) no-repeat;
	width:20px;
	height:20px;
	display:block;
	float:right;
}
.hp-imagem-contador{
	color:#C4C4C4;
	float:left;
	font-size:12px;
}
