/* Ticker Styling */
.ticker-wrapper.has-js {
	margin:0;
	padding: 0px 0;
	width: 500px;
	height: 30px;
	display: block; 
	/*background-color: #f8f0db;*/
	 
}
.ticker {
	width: 420px;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	 
}
.ticker-title { 
	color: #990000;
	font-weight: bold;
	/*background-color: #f8f0db;*/
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;	 
	position: absolute;
	color: #1F527B;
	/*font-weight: bold;*/
	/*background-color: #f8f0db;*/
	overflow: hidden;
	white-space: nowrap;
	width:380px;
	 
}
 
.ticker-content a {
	text-decoration: none;	
	/*color: #1F527B;*/
	color:black
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	 
	position: absolute;
	bottom: 0px;
	background-color: #f2f2f5;
	display: block;
	width: 420px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	/*background-color: #f8f0db;*/
	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: 1px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background:url(../image/gif/pause.gif) left top no-repeat; 
}
 
.ticker-controls li.jnt-play-pause.paused {
	background:url(../image/gif/play.gif) left top no-repeat;	 
}
 
.ticker-controls li.jnt-prev {
	background:url(../image/gif/ralentir.gif) left top no-repeat; 
} 
 
.ticker-controls li.jnt-next {
	background:url(../image/gif/accelerer.gif) left top no-repeat; 
}
 
.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;
}