
.TickerNews {
  width: 100%;
  height: 50px;
  line-height: 45px;
}

.ti_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 50px;
}

.ti_slide {
  width: 30000px;
  position: relative;
  left: 0;
  top: 0;
}

.ti_content {
  width: 8000px;
  position: relative;
  float: left;
}

.ti_news { float: left;
padding-left:45px;


}

.ti_news a {
  display: block;
  margin-right: 10px;
  color: black;
  text-decoration: none;
  font-family: geneva;
}

.TickerNews.default_theme{

  color:#000
}

.TickerNews.default_theme .ti_news a{
	display: block;
	margin-right: 10px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: geneva;
}

.TickerNews.default_theme .ti_news span{
	color:red;
	font-size: 110%;
}

