.tickercontainer { /* main background */
	color:#e4eae1 !important;
	background: #64D75E !important; 
}
ul.newsticker a { /* same as above */
	color: #191919 !important;
}
ul.newsticker a:hover { /* same as above */
	color: #fff !important;
}
ul.newsticker li { /* seperator */
	border-right-color:#189c11 !important;
}
ul.newsticker li.first_title { /* title */
	color: #17CF0D !important;
	background-color: #000000 !important;
	border: none !important;
}
ul.newsticker li {
padding: 2px 30px !important;	
}