div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	float:left;
	width: 698px;
	height: 65px;
	margin:0px 5px 0px 5px;
	padding:0;
	overflow: hidden;
}
div.scroller_dois {
	float:left;
	width: 490px;
	height: 65px;
	margin:0px 5px 0px 5px;
	padding:0;
	overflow: hidden;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 80px;
	height: 60px;
	overflow:hidden;
	float:left;
	margin:0 10px 0 0;
	padding:0;
}
div.scroller div.content {
	width: 10000px;
}
.controles {
	float:left;
	width:15px;
	height:60px;
}
