

.TickerNews.default_theme{
	background-color: #CC231E;
  color:#494949
}
.TickerNews.theme2{
  color:#494949
}

.TickerNews.theme2 .ti_news p{
  display: block;
  margin: 0 5px;
  color:#494949;
  text-decoration: none;
  line-height: 30px;
}
.TickerNews.theme2 .ti_news p:after{
    content: "\f068";
     display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    color: #f28300;
    font-family: FontAwesome;;
    transform: rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

.TickerNews.theme2 .ti_news span{
  color:red;
  font-size: 110%;
}

.TickerNews {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.ti_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
}

.ti_slide {
  width: 30000px;
  position: relative;
  left: 0;
  top: 0;
}
.ti_content {
  width: 8000px;
  position: relative;
  float: left;
}
.ti_news { float: left; }