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

/* Immagini */
#left img {
	height: 168px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#right {
	width: 700px;
	float: left;
	height: 168px;
	overflow: hidden;
	border: none;
	padding: 0px;
	margin: 0 0 0 0px;
	clear:both;
	}

/* Immagini */
#right img {
	height: 168px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
