div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 980px; 
	height: 180px;
	background: #000000;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
		font-family:  "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
		font-size: 13px;
		color: #ffffff;
		text-align: left;
		width:980px;
		height:180px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
		
	div#section1 {
		background:#e0971e url(http://www.effebi-informatica.com/image/bg_wall.jpg) no-repeat;
		color:#ffffff;
		}

	div#section2 {
		background:#410b27 url(http://www.effebi-informatica.com/image/bg_assistenza.jpg) no-repeat;
		color:#ffffff;
		}
		
	div#section3 {
		background:#09527d url(http://www.effebi-informatica.com/image/bg_voip.jpg) no-repeat;
		color:#ffffff;
		}
		
	div#section4 {
		background:#615918 url(http://www.effebi-informatica.com/image/bg_noleggio.jpg) no-repeat;
		color:#ffffff;
		}
	
.testo {
		text-align: left;
		margin: 10px 30px 10px 650px;
		}
		
.testo a:link, .testo a:visited {
color: #ffffff;
text-decoration: underline;
}	

 .testo a:hover, .testo a:active {
color: #ffff00;
text-decoration: none;
}	
		
	div.scroller div.content {
		width: 10000px;
		}
		
div.controls		{
width:980px;
height:45px;
background: #2c4c42;
}