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

