/* Ticker Styling */
.ticker-wrapper.has-js {
	width: 980px;
	display: block;
	height:20px;
	padding:10px 0px;
	background-color: #990000;
	margin:10px 0px;
	padding-top:8px;
}
.ticker {
	width: 960px;
	padding:0px 10px;
	display: block;
	position: relative;
	overflow: hidden;
	border:none;
	background:none;
}
.ticker-title {
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
	width:110px;
	background:#fff;
	padding:2px 5px;
	padding-right:3px;
}
.ticker-content {
	margin: 0px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	padding-top:1;
	margin-left:10px;
	padding-top:5px;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #fff;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #fff;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}