/* Style */

.TickerNews { 
  position:relative;  
	height:40px;
	line-height:40px;
  width: 600px;
  font-weight:normal;
}

.ti_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 50px;
}

.ti_slide {
  width: 300000px;
  position: relative;
  left: 0;
  top: 0;
}

.ti_content {
  width: 8000px;
  position: relative;
  float: left;
}

.ti_news { float: left; }

.ti_news a {
  display: block;
  margin-right: 10px;
  color: black;
  text-decoration: none; 
  font-weight:normal;
}


/* Theme */

.TickerNews.default_theme{
  color:#fff;
  font-size:90%;
}

.TickerNews.default_theme .ti_news a{
	display: block;
	margin-right: 10px;
	color:#fff;
	text-decoration: none;
}

.TickerNews.default_theme .ti_news span{
}   
.TickerNews .over_l {
  position:absolute;
  top:0;
  left:0;
  z-index:10;
}   
.TickerNews .over_r { 
  position:absolute;
  top:0;
  right:0;
  z-index:10;
}