div.container-ticker-sf {
	clear:both;
	width:456px;
	position:relative;
	text-align:center;
	margin:0 0 0 -20px;
	padding:10px 7px; 
	font-family:Open Sans, sans-serif;
	height:10px;
	overflow: hidden;	
}

div.container-ticker-sf ul {
	list-style:none;
}
div.container-ticker-sf .nav {
	max-width:456px; 
	margin:0 auto; 
	padding:0; 
	display:flex; 
	flex-flow:row wrap; 
	justify-content:space-around;
}
div.container-ticker-sf .nav a {
	font-size:14px; 
	color:#333;
	text-decoration:none;
}
div.container-ticker-sf .nav a:hover, div.container-ticker-sf .nav .current {
	color:#f00; 
	text-decoration:underline;
}
div.container-ticker-sf .a { 
	overflow:hidden; 
	width:456px;
	margin-top:0px;
	height:40px;
}
div.container-ticker-sf .ab li {
	width:auto; 
	height:18px;
	font-size:14px; 
	text-align:center;
}
#marquee_1, #marquee_2, div.container-ticker-sf li {
	float: left;
}
