div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 940px;
	height: 300px;
	overflow: hidden;
	margin: 10px 0 0 0;
	border:0px solid #E4E4E4;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:940px;
		height:320px;
		float:left;	
		}
	div.scroller div.content {
		width: 1000px;
		}
	p.testo {
	font: 16px Arial, Verdana, Georgia;
	text-align: justify;
        background:#E4E4E4;
        }
	div#section1 {
		background: #E4E4E4;
		}

	div#section2 {
		background: #E4E4E4;
		}

	div#section3 {
		background: #E4E4E4;
		}

	div#section4 {
		background: #E4E4E4;
		}
	div#section5 {
		background: #E4E4E4;
		}
	div#section6 {
		background: #E4E4E4;
		}
	div#section7 {
		background: #E4E4E4;
		}
	div#section8 {
		background: #E4E4E4;
		}
	div#section9 {
		background: #E4E4E4;
		}
	div#section10 {
		background: #E4E4E4;
		}
