/* Ticker Styling */
.ticker-wrapper.has-js {
	margin:7px 0px 7px 0px;
	padding: 0px 0 0 0;
	width: 99.8%;
	height:30px;
	display: block;
	font-size:14px;
	border:#e2e2e2 solid 1px;
}

.ticker {
	width:90.5%;
	height:30px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.ticker-title {
	color: #fff;
	font-weight:700;
	text-transform: uppercase;
	font-size:16px;
	padding:0 20px 0 10px;
	line-height:30px;
	background:url(../images/news_tic.jpg) right top no-repeat #ECA100;
	margin-right:10px;
    font-family:Cuprum, 'Source Sans Pro';
}



.archive_dv .ticker-title {
	background:url(../images/news_tic.jpg) right -50px no-repeat #357e73;}
	






.ticker-content {
	margin: 0px;
    line-height:30px;
	position: absolute;
	color: #333333;
	font-weight:400;
	background-color: #fff;
	overflow: hidden;
	white-space: nowrap;
	line-height:30px;
	margin-left:15px;
    text-transform:uppercase;
	
}
.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: 9px;
	position: absolute;
	top: 0px;
	background-color: #fff;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #fff;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding:3px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height:24px;
	width: 24px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background: url(../images/sprite.png) -409px -227px no-repeat #e3e3e3;	
}
.ticker-controls li.jnt-play-pause.over {
	background: url(../images/sprite.png) -409px -255px no-repeat #ea3931;
}
.ticker-controls li.jnt-play-pause.down {
	background: url(../images/sprite.png) -409px -285px no-repeat #ea3931;
}
.ticker-controls li.jnt-play-pause.paused {
	background: url(../images/sprite.png) -409px -285px no-repeat #ea3931;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background: url(../images/sprite.png) -409px -285px no-repeat #ea3931;
}


/*.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}*/


.ticker-controls li.jnt-prev {
	background: url(../images/sprite.png) -391px -149px no-repeat #e3e3e3;		
}
.ticker-controls li.jnt-prev.over {
	background: url(../images/sprite.png) -391px -190px no-repeat #ef3735;		
}

/*.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;*/
	background: url(../images/sprite.png) -425px -149px no-repeat #e3e3e3;	
}
.ticker-controls li.jnt-next.over {
	background: url(../images/sprite.png) -425px -190px no-repeat #ef3735;	
}

/*.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}*/

.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;
}