/* Area di scorrimento */
#left1 {
	width: 730px;
	height: 130px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#left1 img {
	height: 130px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#right1 {
	width: 730px;
	height: 130px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#right1 img {
	height: 130px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#top1 {
	width: 155px;
	height: 130px;
	overflow: hidden;
	border: 3px black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#top1 img {
	width: 155px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#bottom1 {
	width: 155px;
	height: 130px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#bottom1 img {
	width: 155px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
