@charset "utf-8";
/* CSS Document */

/* A: messo a 120px x 7img = 840 (-2px per evitare l'ultimo separator) */

#NewsHorizontal {
	width: 838px;		/* A */
	height: 100px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#TickerHorizontal {
	width: 838px;		/* A */
	height: 200px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}

#TickerHorizontal li {
	display: block;
	width: 120px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	font-size: 72px;
	margin: 0;
	padding: 0;
	float: left;
}

