/* CSS Document */
*{
	margin:0;
	padding:0;
}
#divBannFoto{
	position:relative;
	width:974px; /*979px IE6 e 974px outros*/
	height:121px;
	background:#F3F3F3;
}
.divBannFotoSeta{
	position:relative;
	width:58px;
	padding-left:10px;
	padding-right:10px;
}
.divBannFotoThum{
	position:relative;
	float:left;
	text-align:center;
	width:161px;
	padding-right:3px;
}
.divBannFotoFaix{
	position:absolute;
	float:left;
	width:158px;
	height:38px;
	padding-left:3px;
	left:0;
	bottom:0px;
	*bottom:5px;
	background:#7C3837;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}
.divBannFotoTitu{
	position:absolute;
	float:left;
	width:158px;
	height:32px;
	padding-left:3px;
	left:0;
	bottom:5px;
	*bottom:10px;
	font:14px Arial Black;
	color:white;
	text-align:center;
}
.divBannFotoThum2{
	position:relative;
	float:left;
	text-align:center;
	width:302px;
	height:227px;
}
.divBannFotoFaix2{
	position:absolute;
	float:left;
	width:302px;
	height:38px;
	right:0;
	bottom:0;
	background:#7C3837;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}
.divBannFotoTitu2{
	position:absolute;
	float:left;
	width:302px;
	height:32px;
	right:0;
	bottom:0;
	font:14px Arial Black;
	color:white;
	text-align:center;
}
