/* Ticker Styling */
.ticker-wrapper.has-js {	
	height: 30px;
	width:100%;
	display: block;		
	font-size: 0.8em;
	color:#333;
}
.ticker {
	width:100%;
	height:30px;
	display: block;
	position: relative;
	overflow: hidden;
	
}

.ticker-content {
	margin: 0px;
	padding-top: 7px;
	position: absolute;
	color: #000;
	font-weight: normal;	
	overflow: hidden;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {	
	position: absolute;
	top: 0px;
	background-color: #dcdddf;
	display: block;
	width: 100%;
	height: 30px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #dcdddf;
	border-bottom: 1px solid #1F527B;
	height: 28px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding:0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;	
	float: left;
	cursor: pointer;	
	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;
}

@media only screen and (max-width:768px){
.ticker-wrapper.has-js {font-size: 0.7em;	color:#FFF;}
.left .ticker-controls {padding-left:0px;}
}