
/* template */
body{
margin:0;
padding:0;
}

.TickerNews.default_theme{
	background-color: #EBEBEB;

}

.TickerNews.default_theme .ti_news a{
	display: inline-block;
	margin-right: 0; /* spazio tra le notizie */
	color:#000;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Lato;
}

.TickerNews.default_theme .ti_news span{
	color: #e83f4c;
	font-size: 100%;
}

/* template 2 */

.TickerNews.default_theme_2{
	background-color: #f1f1f1;
	position: relative;
	font-family:Lato;
	display:inline-block;
	float:left;

}


.TickerNews.default_theme_2 .leftside{
	width:auto;
	position: relative;
	float:left;
	z-index:999;

}

.TickerNews.default_theme_2 .leftside #bottone-rosso{
	margin: 0;
	padding:0;	text-align: left;
	text-transform: uppercase;
	background-color: #e83f4c;
	color:white;
	padding:0 5px;
	display:inline-block;
	float:left;
	letter-spacing:3px;
}

.TickerNews.default_theme_2 .ti_news a{

	margin-right: 10px;
	color:#333;
	text-transform: uppercase;
	text-decoration: none;
	float:left;

}

.TickerNews.default_theme_2 .ti_news span{
	font-size: 100%;
	float:left;
	color:#e83f4c;
	margin-right:2px;
}


.TickerNews{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.ti_wrapper{
	margin:0;
	width: 100%;
	position: relative;
	overflow: hidden;

}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
	

}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;

}
.ti_news{
	float:left;
		display:inline-block;
			line-height: 40px;

}
.ti_news a{
	display:inline-block;
	margin-right: 10px;
	color:black;
	text-decoration: none;
	font-family: Lato;
	font-size:12px;
	letter-spacing:1px;
	line-height: 40px;

}