/* Area di scorrimento */
#left {
	width: 880px;
	height: 98px;
	overflow: hidden;
	border: 0px solid black;
	margin-left: 15px;
	clear:both;
	}

/* Immagini */
#left img {

	margin-right: 15px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#right {
	width: 400px;
	height: 100px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#right img {

	margin: 0px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#top {
	width: 160px;
	height: 300px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#top img {
	width: 160px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#bottom {
	width: 160px;
	height: 300px;
	overflow: hidden;
	border: 0px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#bottom img {
	width: 195px;
	margin: 0px;
	border: 0px;
	clear:both;
	}

