.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-weight: normal;
	margin-top:10px;


}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E0E0E0;
}
.texto {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #E0E0E0;
}

/* slider */
.scrollable { width:480px; float:left; height:225px; position:relative; overflow:hidden; color:#E0E0E0; font: 10px Arial,Helvetica,sans-serif; }
	.itens { position:absolute; width:2000em; }
		.itens .window { width:480px; float:left; }
			.itens .window .subwindow { width:230px; float:left; }
				.itens .window .subwindow.first { margin-right:20px; }
a.prev, a.next { float:right; cursor:pointer; }
a.prev { }
a.next { }
	a.prev.disabled, a.next.disabled { display:none; }