/* Area di scorrimento */
#left {
	width: 906px;
	height: 109px;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#left img {
	height: 100px;
	margin: 8px 0 0 72px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#right {
	width: 880px;
	height: 65px;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	clear:both;
        margin: 50px 0 60px 68px;
	}

/* Immagini */
#right img {
	height:55px;
	margin-right: 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;
	}

