/* Area di scorrimento */
#left {
	width: 1060px;
	height: 240px;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#left img {
	height: 240px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
