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

/* Immagini */
#left img {
	height: 35px;
	padding-left:5px;
	border: 0px;
	border-color:#FFF;
	clear:both;
	margin-left: 6px !important;
	
	}
	
/* Area di scorrimento */
#right {
	width: 700px;
	height: 35px;
	overflow: hidden;
	border: 0px solid black;
	padding: 10px;
	clear:both;
	}

/* Immagini */
#right img {
	height: 35px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#top {
	width: 700px;
	height: 35px;
	overflow: hidden;
	border: 0px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#top img {
	width: 75px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#bottom {
	width: 700px;
	height: 35px;
	overflow: hidden;
	border:0px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#bottom img {
	width: 75px;
	border: 0px;
	clear:both;
	}
