/*liScroll styles*/
.marqueeCenter
{
	height: 32px;
	overflow: hidden;
}
.tickercontainer
{
/*the outer div with the black border*/
	width: 974px;
	background: url(images/marquee_bg.png) no-repeat;
	height: 35px;
	margin-top: -3px;
	=margin-top: -6px;
	margin-bottom: 3px;
}
.tickercontainer .mask
{
/*that serves as a mask. so you get a sort of padding both left and right*/
	position: relative;
	left: 4px;
	top: 7px;
	width: 100%;
	overflow: hidden;
}
UL.newsticker
{
/*that's your list*/
	position: relative;
	left: 38px;
	font: 1em sans-serif;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
UL.newsticker LI
{
	float: left;
/*important: display inline gives incorrect results when you check for elem's width*/
	margin: 0;
	padding: 0;
	/*[empty]background:;*/
}
UL.newsticker A
{
	white-space: nowrap;
	padding: 0;
	cursor: help;
	color: #CBCBCB;
	font: normal bold 12px Verdana;
	margin: 0 15px 0 0;
}
UL.newsticker A:hover
{
	color: #E88506;
}
UL.newsticker SPAN
{
	margin: 0 10px 0 0;
}
.marqueeCenter .fade
{
	background: url(images/fade_bg.png) repeat-y 0 0;
	position: absolute;
	display: block;
	top: -2px;
	left: 0;
	width: 59px;
	zoom: 1;
	-visibility: hidden;
	z-index: 30;
/*pointer-events: none*/
	padding-top: 16px;
	margin-top: 279px;
}
.marqueeCenter .fade-right
{
	background-position: -60px 0;
	left: auto;
	right: 0;
}
.marquee-label
{
	color: #555;
	font-weight: bold;
	font-size: 9pt;
	border-right: 16px solid #FFFFFF;
	border-left: 16px solid #FFFFFF;
	line-height: 1.9;
	=line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pubblicitaTip
{
	z-index: 9999;
	display: none;
	overflow: hidden;
	background: url(images/marquee_tipBg.png) no-repeat;
	height: 94px;
	width: 197px;
}
.pubblicitaTip SPAN
{
	font-size: 8pt;
	overflow: hidden;
	display: block;
	padding: 13px;
	width: 167px;
	height: 56px;
	text-align: center;
	color: #9B9B9B;
}
