/* Ticker Styling */
.ticker-wrapper.has-js {
	display: block;
}
.ticker {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #333;
	height:32px;
	
}
.ticker-title {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height:32px;
	font-size:12px;
	font-family:Trebuchet MS;
}

.ticker-content {
	margin: 0px;
	padding:0;
	position: absolute;
	color: #f1f1f1;
	background-color: #333;
	overflow: hidden;
	font-size:12px;
	font-family:Trebuchet MS;
	
}

.ticker-content a {
	text-decoration: none;	
	color: #f1f1f1;
	line-height:32px;
	
	
}
.ticker-content a:hover {
	color: #ccc;
}
.ticker-swipe {
	position: absolute;
	top: 0px;
	background-color: #333;
	display: block;
	width: 100%;
	height: 32px; 
}
.ticker-swipe span {
	margin-left: 2px;
	background-color: #333;
	border-bottom: 1px solid #fff;
	height: 21px;
	width: 7px;
	display: block;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #444;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
