/* Ticker Styling */
.newscontainer
{
	width:100%;
	background-color: #1c5a8d;
	margin:auto;
	border-bottom:solid 4px #f43a3a;
}
.ticker-wrapper.has-js {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 960px;
	height: 35px;
	display: block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #1c5a8d;
	font-size: 0.75em;
	margin:auto;
}
.ticker {
	width: 90%;
	height: 35px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #1c5a8d;
	margin:auto;
}
.ticker-title {
	padding-top: 11px;
	padding-bottom:8px !important;
	color: #fff;
	font-weight: bold;
	background-color: #f43a3a;
	text-transform: uppercase;
	display:block;
	padding-left:10px;
	padding-right:10px;
}
.ticker-content {
	margin-left: 10px;
	padding-top: 9px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	background-color: #1c5a8d;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #fff;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #fff;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #1c5a8d;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #1c5a8d;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url(../images/pause1.png);
	background-size:contain;
	background-repeat:no-repeat;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url(../images/play1.png);
	background-size:contain;
	background-repeat:no-repeat;
}
.ticker-controls li.jnt-prev {
	background-image: url(../images/backnew1.png);
	background-size:contain;
	background-repeat:no-repeat;
}

.ticker-controls li.jnt-next {
	background-image:url(../images/nextnew1.png);
	background-size:contain;
	background-repeat:no-repeat;
}

.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #fff;
}
.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;
}