#newsscroller,
#newsscroller_eventos,
#newsscroller_noticias {
	position:relative;
	height:134px;
	overflow:hidden;
	width:500px;
	/*margin-bottom:5px;*/
}

#newsscroller_eventos
{
	margin-top:5px;
}

#newsscroller .items,
#newsscroller_eventos .items,
#newsscroller_noticias .items
{
	position:relative;
	width:100%;
}

ul.latestnews {
	padding:0;
}
ul.latestnews li {
	padding:0;
	background:none;
}
ul.latestnews li span {
	padding:5px 0;
}


a.viewall:hover,
a.viewall2:hover{
	text-decoration:underline;
}

.newsitem
{
	overflow:hidden;
	margin:0px 0 4px 0;
	height:60px;
	border-bottom:1px solid #ccc;
	padding:0 0 4px 0;
}

.ie7 .newsitem
{
	margin:0px 0 3px 0 !important;
}

/*   NAVI   */

.navi,
.navi_eventos, 
.navi_noticias
{
	overflow:auto;
	margin:2px 3px 20px 3px !important;
	/*position:absloute;
	left:0 !important;*/
	height:13px !important;
	width:60px;
}

.navi_noticias
{
	margin-bottom:5px !important;
	position:relative;
	top:-160px;
	left:80px;
}

.navi_eventos
{
	margin-bottom:5px !important;
	position:relative;
	top:-160px;
	left:80px;
}

.ie7 .navi_eventos
{
	top:-163px;
}/**/

.ie7 .navi,
.ie7 .navi_eventos, 
.ie7 .navi_noticias
{
	overflow:hidden !important;
}

.ie7 .navi_eventos
{
	margin:0 !important;
}

.navi a,
.navi_eventos a, 
.navi_noticias a 
{
	display:block;
	float:left;
	width:8px;
	height:8px;
	line-height:5px;
	margin:2px;
	background:url(images/navigator.png) 0 0 no-repeat;
}

.navi a.active,
.navi div.active a, 
.navi_eventos a.active,
.navi_eventos div.active a, 
.navi_noticias a.active, .navi_noticias div.active a
{
	background-position:0 -16px;
}

.text
{
	height:139px !important;
}

.ie7 .text
{
	height:135px !important;
}/**/