/* Area di scorrimento */
#left {
	width: 400px;
	height: 100px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#left img {
	height: 100px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#right {
	width: 100%;
    height: 100px;
    overflow: hidden;
    /* border: 3px solid black; */
    padding: 0px;
    clear: both;
	padding:20px;
	box-sizing:border-box;
    margin-left: 20px;
	}

/* Immagini */
#right img {
	height: 80px;
	margin:0 20px;
	clear:both;
	borde:1px solid #ccc !important;
	margin-left:20px !important;
	}
	
/* 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;
	}
