div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 650px;
	height: 400px;
	overflow: hidden;
	}
.texto_opcao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:680px;
	height:400px;
	overflow:hidden;
	float:left;
	padding:1em;
	background-color: #FFF;
		}
	div.scroller div.content {
		width: 10000px;
		}
.titulao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #900;
	text-decoration: none;
}


	div#section2 {
	color:#ffffff;
	background-color: #ffffff;
		}

