@charset "utf-8";
/* CSS Document */

/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: -5px 0px 0px 0px;
	padding: 0px;
	width: 800px;
	height: 40px;
	display: block;
	font-size: 0.75em;
}
.ticker {
	width: 800px;
	height: 40px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	color: #990000;
	font-weight: bold;
	float:left;
	text-transform: uppercase;
}
.ticker-content {
	color: #1F527B;
	font-weight: bold;
	font-size:18px;
	font-family: Dax;
	overflow: hidden;
	white-space: nowrap;
}
.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;
	display: block;
	width: 650px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	margin-top:-20px;
	list-style-type: none;
	float:right;
	margin:-20px 40px 0 0;
}
.ticker-controls li {
	padding: 0px;
	float: left;
	cursor: pointer;
	height: 20px;
	width: 14px;
}
.ticker-controls li.jnt-play-pause {
	background-image: url(../images/pause.fw.png);
}

.ticker-controls li.jnt-play-pause.paused {
	background-image: url(../images/play.fw.png);
}

.ticker-controls li.jnt-prev {
	background-image: url('../images/prev_button.fw.png');
	margin-left:10px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/next_button.fw.png');
	margin-left:20px;	
}
.js-hidden {
	display: none;
	list-style-type:none;
}
.no-js-news {
	padding: 0px 0px 0px 0px; 
	color: #F8F0DB;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}

