
/* Area di scorrimento */
#top {
	width: 297px;
	height: 180px;
	overflow: hidden;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#top img {
	width: 297px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	border: 0px;
	clear:both;
	}
