/* Area di scorrimento */
#scroller {
	width: 900px;
	height: 60px;
	overflow: hidden;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#scroller img {
	height: 60px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
