/* Ticker Styling */
/*.ticker-wrapper.has-js {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	width: 710px;
	height: 21px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #D03226;
	font-size: 0.75em;
}
*/.ticker-wrapper.has-js {
/*	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	width: 710px;
*/	height: 30px;
/*	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #e3e3e2;
	font-size: 0.75em;*/
}
.tickerBackground {
	position: absolute;
	width: 700px;
	height: 30px;
	margin-left: 200px;
	background-color: #212262;
}

.ticker {
	width: 900px;
	height: 31px;
/*	display: block;
*/	position: relative;
	overflow: hidden;
/*	background-color: #D03226;
*/}
.ticker-title {
	padding-top: 6px;
	color: #ffffff;
/*	background:  #023c67;*/
	background:  #212262;
	margin: 0;
	padding: 6px 15px 0 0;
	text-align: right;
	width: 167px;
	height: 30px;
	font-size: 13px;
}
.ticker-content {
	margin: 0px;
	padding: 6px 0 0;
	position: absolute;
	left: 185px;
	color: #ffffff;
	font-weight: normal;
	/*background-color: #D03226;*/
	white-space: nowrap;
	line-height: 1.2em;
	font-size: 12px;
	top: 4px;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;
	color: #FFFFFF;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #FFFFFF;
}

.ticker-swipe {
	padding-top: 5px;
	position: absolute;
	top: 6px;
	left: 185px;
	background-color: #212262;
	display: block;
	width: 685px;
	height: 20px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #FFFFFF;
	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-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;
}
