/* Area di scorrimento */
#left {
	width: 552px;
	height: 122px;
	overflow: hidden;
	clear:both;
	padding: 0px;
	}

#leftfade {
	background-image: url(../imgs/leftfade.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	height: 122px;
	width: 68px;
	z-index: 1000;
}
#rightfade {
	background-image: url(../imgs/rightfade.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	position: absolute;
	height: 122px;
	width: 68px;
	right: -1px;
	z-index: 1000;
}
/* Immagini */
#left img {
	height: 122px;
	margin: 0px;
	border: 0px;
	clear:both;
	margin-right:3px;
	}
#containerscroll {
	width: 552px;
	height: 122px;
	position: relative;
	float:right;
	padding-top: 4px;
	padding-bottom: 4px;
}
body {
	margin: 0px;
}
#mainimagehome {
width:552px;
height:345px;
float:right;

}
