/* Ticker Styling */
.clearall {
	clear: both;	
}
.ticker-wrapper.has-js {
	margin: 0px;
	padding: 0;
	width: 900px;
	height: 37px;
	display: block;
	border: 1px solid #686667;
/*	border-bottom: none;
*/	overflow: hidden;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	/*background-color: #005497;
	font-size: 0.85em;*/
}
.ticker {
	width: 900px;
	height: 37px;
	display: block;
	position: relative;
	/*background-color: #005497;*/
}
.ticker-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 13px;
	color: #ffffff;
	background: #686667;
	width: 200px;
	height: 37px;
	text-align: right;
	position: relative;
	top: 0; 
}

.ticker-content {
	margin: 6px 0;
	padding-top: 4px;
	position: absolute;
	color: #ffffff;
	font-weight: normal;
	/*background-color: #005497;*/
	white-space: nowrap;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 230px;
	margin-right: 25px;
}
.ticker-content:focus {
	none;
}
.ticker-content a, .ticker-content a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #666;
}
.ticker-swipe {
	left: 230px;
	padding-top: 11px;
	position: absolute;
	top: 0px;
	background-color: #fff;
	display: block;
	width: 710px;
	height: 35px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #000;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}

.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}

.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;
}