#scroller{
	Z-INDEX: 12;
	position: relative;
	left:0px;
	top:0px;
	/*width:325px;*/
	height:181px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

ul, li, dl, dt, dd, p {	list-style: none;margin: 0;	padding: 0;}
img {border: none;}


.scrollbox {
	position: relative;
}

.scrollbox_content {
	margin-right: 2px;
}

.scrollbox_scrollbar {
	background-color: #ccc;
	height: 181px;
	width: 11px;
}

.scrollbox_handle {
	background-color: #FFF;
	cursor: pointer;
	width: 8px;
}

#news{
	margin: 30px 0;
}

#news ul {
	height: 151px;
	margin: 0 0 65px 0;
	overflow: hidden;
	/*border:1px solid #CCC;*/
}

#news li {	
	padding: 0 0 30px 0;
	margin: 0 0 15px 0;
}

#news .titulo {
	font-size: 24px;
	font-weight: bold;
}
#news2 ul {
	height: 170px;
	margin: 0 0 65px 0;
	overflow: hidden;
	/*border:1px solid #CCC;*/
}

#news2 li {	
	padding: 0 0 30px 0;
	margin: 0 0 15px 0;
}
