.TickerNews{
	width: 100%;
	height: 40px;
	line-height: 38px;
	
	/* below added CSS*/
	background-color:#666666;color:#fff; font-size: calc(10px + .25vw);
	/*background-color:#666666;
	border:#CBCBCB solid 1px;
	border-width: 0;
	color:#fff;
	font-size: calc(10px + .25vw);
  font-weight:bold;
  background-image: linear-gradient(#666666, #585656);
box-shadow: inset 0 0 10px 10px #666666	;*/
}
.ti_wrapper{
	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_content a{ color:#fcdc73;}
.ti_news{
	float:left;
}
/*.ti_news a{
	display: block;
	margin-right: 10px;
	color:black;
	text-decoration: none;
	font-family: geneva;
}*/