/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px;
	width: 956px;
	height: 32px;
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #600;
	font-size: .85em;
}
.ticker {
	width: 800px;
	height: 32px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #600;
}
.ticker-title {
	padding-top: 9px;
	color: #c2c2c2;
	font-weight: bold;
	background-color: #600;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	background-color: #600;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #fff;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #ffd35d;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #600;
	display: block;
	width: 800px;
	height: 23px; 
}

.ticker-controls {
	list-style-type: none;
}

.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #600;
}
.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;*/
}

