/* Ticker Styling */
.ticker-wrapper.has-js {
	position:absolute;
	padding: 0px 0px;
	width:100%;
	height: 35px;
	display: block;
	background-color:#10bbf1;
	font-size: 14px; 
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;font-weight: 400;letter-spacing:1px
}
.ticker {
	width: 100%;
	height: 35px;top:8px;
	display: block;
	position: relative;
	overflow:hidden;
	background-color: none;
}
.ticker-title {
	padding-top: 7px;padding-left:10px;
	color: #fff;height:35px;
	font-weight: bold;
	/*background-color: #b1986a;*/
	text-transform: uppercase;
}
.ticker-content {
	margin:0;width:90%;
	margin-left: 0px;
	padding-top: 6px;
	position: absolute;
	/*background-color:rgba(55,0,0,0.5);*/
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.5em;
}
.ticker-content:focus {
	none;
}
/*.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}*/
.ticker-swipe {
	padding-top: 0px;
	position: absolute;
	top: 0px;
	background-color: #10bbf1;
	display: block;
	width: 100%;
	height: 25px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: none;
	border-bottom: 1px solid #fff;
	height: 25px;
	width: 13px;
	display: block;
}

.ticker-controls li.jnt-play-pause {
	background-image: url('../images/pause_a.png'); background-repeat:no-repeat; background-position:center;width: 7px;height: 11px;
	position:absolute;top:0px;right:77px;z-index:956;cursor:pointer;list-style:none;padding:20px 20px
}
.ticker-controls li.jnt-play-pause.over {
	background-image: url('../images/pause.png');width: 7px;height: 11px;
	position:absolute;top:0px;right:77px;z-index:996;cursor:pointer;list-style:none
}

.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/play_a.png');width:10px;height: 12px;	
	position:absolute;top:0px;right:77px;z-index:996;cursor:pointer;list-style:none;padding:20px 20px; background-repeat:no-repeat; background-position:center
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-image: url('../images/play.png');width:10px;height: 12px;	
	position:absolute;top:0px;right:77px;z-index:996;cursor:pointer;list-style:none
}

.ticker-controls li.jnt-prev {
	background-image: url('../images/prew_a.png');width:21px;height: 12px;	
	position:absolute;top:0px;right:40px;z-index:6		;cursor:pointer;list-style:none;padding:20px 20px; background-repeat:no-repeat; background-position:center
}
.ticker-controls li.jnt-prev.over {
	background-image: url('../images/prew.png');width:21px;height: 12px;	
	position:absolute;top:0px;right:40px;z-index:6		;cursor:pointer;list-style:none
}

.ticker-controls li.jnt-next {
	background-image: url('../images/next_a.png');width:21px;height: 12px;	
	position:absolute;top:0px;right:0px;z-index:6;cursor:pointer;list-style:none;padding:20px 20px; background-repeat:no-repeat; background-position:center
}
.ticker-controls li.jnt-next.over {
	background-image: url('../images/next.png');width:21px;height: 12px;	
	position:absolute;top:0px;right:0px;z-index:6	;cursor:pointer;list-style: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;list-style:none;
}
.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;
}