.noticias_destaque                         { width: 100px; height: 253px; position: relative; float:left; margin:0 10px 0 9px;}
.noticias_destaque .wrapper                {
	width: 500px;
	overflow: auto;
	height: 253px;
	position: absolute;
	top: 0;
	left: 0;
}
.noticias_destaque .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0 100px; }
.noticias_destaque ul li                   { display: block; float: left; padding: 0; width: 279px; height: 253px; margin: 0; }

.noticias_destaque ul li a img             { width: 279px; height:175px; border:none; }
.noticias_destaque ul li h3	a			   { margin:0 0 0 5px; text-decoration:none; font-size:12px; display:block; color:#000;}

.noticias_destaque .arrow                  { display: block; height: 14px; width: 62px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; cursor: pointer; top:235px;}
.noticias_destaque .forward                { background-position: -205px 0; right: 5px; }
.noticias_destaque .back                   { background-position: 0 0; left: 5px; }
.noticias_destaque .forward:hover          { background-position: -205px -21px; }
.noticias_destaque .back:hover             { background-position: 0 -21px; }


.noticias_destaque .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.noticias_destaque .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
/**********************************************************************************************************************************************/

#noticia_destaque_menor{
	float:right;
	width:305px;
	margin:0 10px 0 0;
}

#noticia_destaque_menor div{
	border-bottom:1px dotted #c1c1c1;
	padding:0 0 5px 0;
}

#noticia_destaque_menor span{
	color:#b10500;
	font-weight:bold;
	font-size:11px;
}

#noticia_destaque_menor h3 a{
	font-size:16px;
	color:#000;
	text-decoration:none;
}

