/* Area di scorrimento */
#left {
	border:medium none;
	clear:both;
	height:60px;
	margin:10px 0 20px 40px;
	overflow:hidden;
	width:700px;
	}

/* Immagini */
#left a img {
	height: 60px;
	margin:0 2px;
	border: 0px;
	}
	
/* Area di scorrimento */
#right {
	width: 400px;
	height: 100px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#right img {
	height: 100px;
	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: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#bottom img {
	width: 160px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
