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

/* Immagini */
#top img {
	width: 146px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
