div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 590px; height: 460px; overflow: hidden; border-top:1px solid #cccccc;}
	
.section p{margin-bottom:-3px;}

	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:590px; height:460px; overflow:hidden; float:left; padding:10px 0;		
		}
	div.scroller div.content {width: 10000px;}
		
	.titulo_galeria { font-size:1.2em; font-weight:bold; margin:0; padding:0;}
	
	div.scroller2 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 590px; overflow: hidden;	border-top:1px solid #cccccc;}
		
	.controlist li{float:left;}