#ticker_container {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
	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;
	overflow: hidden;
}

#ticker_container #controls {
	margin-top: 6px;
	margin-bottom: 10px; 
	float: right;
	background: rgba(255,255,255,.2);
	padding: 3px 10px;
	line-height: 18px; 
	border-radius: 28px;
}
#newscontent {

}
 #news { 
	overflow: hidden; 
	height: 34px;	
}
 #news:before {
	content: 'NEWS ';
	float: left;
	padding: 0 5px; 
	margin-right: 10px;
	background: #479DFF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
	margin-left: 10px;
	border-radius: 2px;
}
 
