/* Ticker Styling */
.ticker-wrapper.has-js {
	padding: 0px 10px;
	min-width: 100% !important;
	height: 30px;
	display: block;
	border-radius: 5px; 	
	position: relative;
}

.news-expand a{
	text-decoration: none;
}

.news-expand{
	position: absolute;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	right: 0;
	padding: 0 10px;
	border-radius: 0px 5px 5px 0px; 	
	text-transform: uppercase;
	font-size:0.8571428571428571em;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */ 
	border-left: 1px solid #f0eee4;
}

/*.opacity-full{
	opacity:1;
	filter:alpha(opacity=100);  For IE8 and earlier 
}*/

.ticker {
	width: 100%;
	height: 22px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 4px; 
}

.ticker-title {
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
}

.ticker-content {
	margin: 0px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 0px;
	position: absolute;
	font-weight: bold; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ticker-content a {
	text-decoration: none;
	color: #1F527B;
}

.ticker-content a:hover {
	text-decoration: underline;
	color: #0D3059;
}

.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	display: block;
	width: 800px;
	height: 23px;
}

.ticker-swipe span {
	margin-left: 1px;
	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/controls.png');
	background-position: 32px 16px;
}

.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}

.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}

.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');
	background-position: 48px 16px;
}

.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}

.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}

.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;
}

.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;
}

.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;
}

.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');
	background-position: 16px 16px;
}

.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;
}

.ticker-controls li.jnt-next.down {
	background-position: 16px 0px;
}

.js-hidden {
	display: none;
}

.no-js-news {
	padding: 10px 0px 0px 45px;
	
}

.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;
}

.news-counter {
	float: left;
	font-size: .8em;
	border-radius: 5px;
	margin-right: 5px;
	padding: 2px;
}