/* Ticker Styling */
.ticker-wrapper.has-js {
	/*margin: 20px 0px 20px 0px; */
	padding: 0.4em;
	/*width: 780px; */
	height: 15px; 
	display: block; 
	border:1px #FE0141 solid;
	/* -webkit-border-radius: 15px; */
	/* -moz-border-radius: 15px; */
	/* border-radius: 15px; */
	background-color: #FEEDF0;
	/* font-size: 0.75em; */
}

.ticker-content {
	margin: 0px;
	/* padding-top: 9px; */
	/* position: absolute; */
	color: #000000;
	background-color: #FEEDF0;
	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: none;	
	color: #000000;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #f8f0db;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #f8f0db;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}

.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.right .ticker-swipe {
	/*right: 80px;*/
}
