#bloco_multiplo {
	position:relative;
	height: 250px;
	width: 380px;
	display:block;
	overflow:hidden;
	margin-left:2px;
}
#botao_anterior, #botao_proxima  {
	width: 20px;
	height: 250px;
	overflow:hidden;
	background-color:#FFFFFF;
	float:left;
}
#botao_anterior a {
	position: relative;
	width: 19px;
	height: 250px;
	display:block;
	text-indent: -99999px;
	overflow:hidden;
	background: url(../img/botao_destaque_anterior.gif) no-repeat  5px 73px;
}
#botao_anterior a:hover {
	background: transparent  url(../img/botao_destaque_anterior.gif) no-repeat  5px 73px;
	background-color:#FFF;
}
#botao_proxima a {
	position: relative;
	width: 19px;
	height: 250px;
	display:block;
	text-indent: -99999px;
	overflow:hidden;
	background: transparent url(../img/botao_destaque_proxima.gif) no-repeat 0 73px;
}
#botao_proxima a:hover {
	background: transparent url(../img/botao_destaque_proxima.gif) no-repeat 0 73px;
	background-color:#FFF;
}
#bloco_visivel {
	width: 350px;
	height: 250px;
	visibility: visible; 
	position: relative; 
	float:left;
}
#bloco_visivel ul {
	height: 250px;
	position: relative; 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	width: inherit; 
}
#bloco_visivel ul li {
	width: 150px;
	height: 250px;
	float: left;
	display: inline;
	overflow: hidden; 
	padding-left:5px;
	padding-right:5px;
}
#bloco_visivel ul li img {
	border:none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bloco_visivel ul li h4 a {
	display:block;
}
.tituloNoticias {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #33890E;
	font-weight: bold;
	text-decoration:none;
}
.textoNoticias {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration:none;
}
.bordaFotos {
	border: 1px solid #BABABA;
}