/* T4B News Ticker */

.ticker-news {
	background: #F4F4F2;
	height: 35px;
	overflow: hidden;
	position: relative;
	font-family: 'Oswald', sans-serif;
  font-weight:400;
  text-transform:uppercase;
  font-size: 16px;
} 
.ticker-news span {
	background: #222;
	height: 35px;
	float: left;
	padding: 8px 10px;
	color: #FAFAFA;    
	 
}
.ticker-news ul {
	float: left 
	margin-top:5px; 
}
.ticker-news ul a {
	padding: 5px;
	display: inline-block; 
	white-space: nowrap;
	color: #fff;
	
}
.ticker-news ul a:hover {
	color: #000;
	
}
.ticker-news ul a:hover {
	color: #0199BC
}
/* liScroll styles */

.tickercontainer {
	height: 35px;
	margin: 0;
	padding: 0;
	overflow: hidden
}
.tickercontainer .mask {
	position: relative;
	width: 99%;
	left: 5px;
	top: 5px;
	overflow: hidden
}
ul.newsticker {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	margin: 0 50px 0 0;
}
.ticker-news ul a:hover {
	color: #000;
	
}
