.head-news{
    display: none;
}
#ticker_container {
	height: 34px;
	line-height: 34px;
	padding-right: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	list-style: none;
}

#ticker_container #controls {
	margin-top: 6px; 
	margin-left: 10px;
	float: right; 
	padding: 1px 8px;
	line-height: 18px;
	border-radius: 28px; 
}
#newscontent {

}
#news {
	overflow: hidden;
	height: 34px;
}
#news:before {
	content: 'NEWS ';
	float: left;
	padding: 0 6px;
	padding-top: 3px;
	margin-right: 10px; 
	background-color: rgba(0,0,0,.3); 
	color: #FBFBFB; 
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px; 
	border-radius: 2px;
        font-weight: bold;
	 font-family: "Helvetica Neue", Helvetica, sans-serif;     
}

.head-news {   
	/*  background-color: #EA141F;  */    
	background-color: #454545;   
	padding: 5px 0;
	padding-top: 10px;
}
.head-news a { 
	font-size: 12px; 
	color: #F2F2F2;
	font-weight: 400;
	text-transform: capitalize;  
}
.head-news a:hover{
	opacity: .8;
}