.tickercontainer { /* main background */
font-family: 'Open-Sans';
	color:#ffffff !important;
	background: #000000 !important; 
}
ul.newsticker a { /* same as above */
font-family: 'Open-Sans';
	color:#ffffff !important;
}
ul.newsticker li { /* seperator */
font-family: 'Open-Sans';
	border-right-color:#000000 !important;
}
ul.newsticker li.first_title { /* title */
font-family: 'Open-Sans';	
color:#ffffff !important;
	background-color:#a90d15 !important;
	border:none !important;
}