#ticker-wrapper * {
	margin: 0px;
}
#ticker-wrapper.has-js {
	margin: 10px 0px 0px 19px;
	width: 625px;
	height: 26px;
	border: 1px solid #CFCFCF;
	font-family: Arial;
	font-size: 0.75em;
	position: absolute;
	top: 65px;
	right: 0;
}
#ticker {
	padding: 0 0 0 10px;
	width: 615px;
	height: 26px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	margin: 0;
}
#ticker-title {
	padding-top: 7px;
	float: left; 	
	color: #990000;
	font-weight: bold;
	background-color: #ffffff;
	text-transform: uppercase;
}
#ticker-content {
	margin: 0px;
	padding-top: 7px;
	float: left;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	background-color: #ffffff;
}
#ticker-content:focus {
	none;
}
#ticker-content A {
	text-decoration: none;	
	color: #1F527B;
}
#ticker-content A:hover {
	text-decoration: underline;	
	color: #0D3059;
}
#ticker-swipe {
	padding-top: 7px;
	position: absolute;
	top: 0px;
	left: 80px;
	background-color: #ffffff;
	display: block;
	width: 615px;
	height: 30px; 
}
#ticker-swipe SPAN {
	margin-left: 1px;
	background-color: #ffffff;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}

.js-hidden {
	display: none;
}
#ticker-wrapper ul li{
	display:inline;
	list-style-type: none;
}