/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 0px 0px 0px 100px;
	padding: 0px 0px;
	width: 780px;
	height: 36px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.ticker {
	width: 710px;
	height: 38px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	padding-top: 10px;
	color: #000000;
	font-weight: bold;
}
.ticker-content {
	margin: 0px;
	padding-top: 11px;
	position: absolute;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.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: 13px;
	position: absolute;
	top: 0px;
	background-color: #AFC8C9;
	display: block;
	width: 800px;
	height: 27px; 
}

.ticker-swipe span {
	margin-left: 1px;
	background-color: #AFC8C9;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 9px;
	display: block;
}
.ticker-controls {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 1px;
	float: left;
	cursor: pointer;
	height: 1px;
	width: 1px;
	display: none;
}

.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #AFC8C9;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
