div.finestra_scroll { 
	/* modify width and height of scrolling section if necessary	*/		
	height: 510px !important;
	height: 510px; /* IE 6*/
	overflow: hidden;
	border: 0px solid #cccccc; 
	margin: 0px;
	padding: 0px;
	float: left;
}
	div.finestra_scroll div.box_prodotto {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 689px;
		height: 510px;
		overflow: hidden;
		float: left;
		padding: 0px;
		margin: 0px;
		color: #99CCCC;
	}
	div.finestra_scroll div.contenitore_box {
		width: 100000px; 
		margin: 0px;
		padding: 0px;
	}

	div#section2, div#section4, div#section6, div#section8{
		/*background:#666666;*/
		color:#ffffff;
	}
