/* Ticker Styling */
.ticker-wrapper.has-js {
	margin:0px 0px 0px 0px;
	padding: 0px 0px;
	display: block;
}
.ticker {
	width:610px;
	height: 18px;
	border:solid 0px #000000;
	padding:0px 0px 0px 0px;
	float:left;
	margin:0px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-content {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family:"Trebuchet MS", Tahoma, Arial; 
	font-size:11px;
	position: absolute;
	color: #ee1d24;
	float:left;		
	font-weight: bold;
	overflow: hidden;
}
.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: 3px;
	position: absolute;
	top: 0px;
	background-color: #f8f8f8;
	display: block;
	width: 610px;
	height: 20px;
	border:solid 0px #2263aa;
}
.ticker-swipe span {
	margin-left:0px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 0px 0px 0px 0px;
	margin:0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin: 0px;
	float: left;
	cursor: pointer;
	height: 20px;
	width: 16px;
	display: block;
}

.js-hidden {
	display: none;
}
.no-js-news {
	padding: 0px 0px 0px 0px; 
	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: 0px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 0px;
}