@CHARSET "ISO-8859-1";
ul#sabc_headline_ticker {
    width: 62%;
    overflow: hidden;
    height: 25px;
    margin: 0 0 0 0;
    background-color: #d5d5d5;
}
 
ul#sabc_headline_ticker  li {
    width: 100%;
    height: 15px;
    padding: 4px 0px 5px 0px;
}
 
ul#sabc_headline_ticker li a {
	font-size: 12px;
	margin-left: 15px;
	font-weight: normal;
    color: #333;
}

ul#sabc_headlineticker li a :hover {
	text-decoration: underline;
	font-size: 12pt;
	font-weight: bold;
	color: #06c;
}
 
ul#sabc_headline_ticker li span {
    display: block;
    color: #000;
    font: arial;
    font-size: 8pt;
    font-weight: bold;
    text-shadow: none;
}
#sabc_headline_ticker_container img {
	float: left;
	padding: 10px;
	border: none;
}
#sabc_headline_ticker_container {
	/*border: 1px solid #d5d5d5;*/
	margin-left: 15px;
	margin-right: 15px;
	/* padding-top: 15px; */
}
.sabc-headline-ticker-image-trending {
	width: 150px;
	height: 25px;
	background: url(../img/ticker-trending.jpg);
	float: left;
}
.sabc-headline-ticker-image-breaking {
	width: 150px;
	height: 25px;
	background: url(../img/ticker-breaking.jpg);
	float: left;
}
.sabc-headline-ticker-image-blank {
	width: 150px;
	height: 25px;
	background: url(../img/ticker-latest.jpg);
	float: left;
}