/* Ticker Styling */
.ticker-wrapper.has-js {
	margin:0px;
	padding:0px;
	width:470px;
	height:19px;
	display: block;
}

.ticker {
	width:470px;
	height:19px;
	display:block;
	position:relative;
	overflow:hidden;
}

.ticker-title {
	font-family:Arial;
	font-size:9px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	padding:0px 0px 0px 12px;
	margin:0px;
	float:left;
	width:58px;
	height:19px;
	line-height:19px;
	text-align:left;
	background:url(bg_ticker_title.png) left top no-repeat;
	float:left;
}

.ticker-content {
	margin:0px;
	padding:0px;
	width:400px;
	height:19px;
	line-height:19px;
	float:left;
	overflow:hidden;
}

.ticker-content:focus {
	none;
}

.ticker-content a {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;	
	color:#deff00;
	margin:0px 10px 0px 6px;
	padding:0px;
}

.ticker-content a:hover {
	text-decoration:none;	
}

.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;
}