#ticker {
	height: 14px;
	font-size: 11px;
	padding-top: 1px;
	position: relative;
	overflow: hidden;
	background: #FBD109;
	border-top: #092759 solid 1px; 
	border-bottom: #092759 solid 1px; 
}

*+ html #ticker {
	height: 18px;
	font-size: 11px;
	padding-top: 0px;
	position: relative;
	overflow: hidden;
	background: #FBD109;
	border-top: #092759 solid 1px; 
	border-bottom: #092759 solid 1px; 
}
*html #ticker {
	height: 16px;
	font-size: 11px;
	padding-top: 0px;
	position: relative;
	overflow: hidden;
	background: #FBD109;
	border-top: #092759 solid 1px; 
	border-bottom: #092759 solid 1px; 
}

#ticker div {
	position: absolute;
	white-space: nowrap;
	color:#000000;
}

#ticker a:link, #ticker a:visited, #ticker a:hover, #tickera:active {
	text-decoration: none;
}