/* Ticker Styling */

.ticker-wrapper.has-js {

	margin:15px 0 0;

	padding: 0px;

	display: block;

	width:940px

}

.ticker {

	width: 813px;

	height: 60px;

	display: block;

	position: relative;

	overflow: hidden;

}

.ticker-title {

	color: #990000;

	font-weight: bold;

	text-transform: uppercase;

}

.ticker-content {

	margin: 0px;

	position: absolute;

	color: #51565b;

	font-weight: bold;

	overflow: hidden;

    font-family: 'EarthboundRegular';

	font-size:16px;

	line-height:26px;

}

.ticker-content span{

	margin-right:25px;

	display:inline-block;

	height:52px;

	float:left;

	line-height:52px;

	color:#008bcc;

}

.ticker-content:focus {

	none;

}

.ticker-content a {

	text-decoration: none;	

	color:#49ad40;

	/*font-family:'EarthboundRegular';*/

	text-rendering: optimizeLegibility;

	font-weight:normal;	

	text-shadow:1px 1px 0 #fff;

	float:left;

}

.ticker-content a:hover {

	text-decoration: none;	

	color: #51565b;

}

.ticker-swipe {

	padding-top: 9px;

	position: absolute;

	top: 0px;

	display: block;

	width: 800px;

	height: 60px; 

}

.ticker-swipe span {

	margin-left: 1px;

	border-bottom: 1px solid #1F527B;

	height: 12px;

	width: 7px;

	display: block;

}

.ticker-controls {

	padding: 9px 0px 0px 0px;

	list-style-type: none;

	float: left;

}

.ticker-controls li {

	padding: 0px;

	margin-left: 5px;

	float: left;

	cursor: pointer;

	height: 38px;

	width: 38px;

	display: block;

}

.ticker-controls li.jnt-play-pause {

	background-image: url('../images/controls.png');

	background-position: 32px 16px;

	display:none;

}

.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/upPrev.png');

}



.ticker-controls li.jnt-next {

	background-image: url('../images/upNext.png');	

}

.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;

}