/* Area di scorrimento */
#left {
	width: 930px;
	background-color:#d4d4d4;
	height: 142px;
	overflow: hidden;
	clear:both;
	margin:0 auto;
	}

/* Immagini */
#left img {
	height: 140px;
	margin: 0 5px;
	clear:both;
	border:#d7d7d7 1px solid;
	}

