/* Ticker Styling */

.ticker-wrapper.has-js {
	margin: 420px 0px 0px 0px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px;
	width: 620px;
	height: 30px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	background-color: #D2AF47;
	font-size: 0.75em;
}
.ticker {
	width: 620px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #D2AF47;
}
.ticker-title {
	padding-top: 9px;
	color: #3B3B3B;
	font-family: arial;
	font-weight: bold;
	background-color: #D2AF47;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #000000;
	font-family: arial;
	font-size: 0.95em;
	font-weight: bold;
	background-color: #D2AF47;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #000000;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #000000;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #D2AF47;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #D2AF47;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	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: 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;
}