/* Ticker Styling */
.ticker-wrapper.has-js {
	float:left;
	margin-left: 30px;
	padding: 0;
	width: 515px;
	display: block;
	font-size:10px;
}
.ticker {
	width: 600px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	padding-top: 8px;
	color: #00b5cb;
	font-size:11px;
	text-transform: uppercase;
	margin-left:0;
}
.ticker-content {
	margin: 0;
	padding-top: 6px;
	position: absolute;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	font-size:11px;
	text-transform: uppercase;
}
.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;
	background-color: #000;
	display: block;
	width: 500px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #000;
	border-bottom: 1px solid #00b5cb;
	height: 12px;
	width: 7px;
	display: block;
}

.js-hidden {
	display: none;
}
.no-js-news {
	padding: 0; 
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}

.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}