/* Ticker Styling */

.ticker-wrapper.has-js {

	

	width: 925px;

	height: 30px; float:right;

	display: block;

	font-size: 13px;

}

.ticker {

	width: 871px;

	height: 23px;

	display: block;

	position: relative;

	overflow: hidden;

	margin-top:2px;

}

.ticker-title {

	padding-top: 9px;

	color: #2d2d2d; display:none !important;

	font-weight: normal;

	background-color: #eeeeee;

	text-transform: uppercase;

}

.ticker-content {

	margin: 0px; text-align:left !important; width:auto !important;

	padding-top: 6px;

	padding-bottom: 3px;

	position: absolute;

	color: #535353;

	font-weight: bold;

	background-color: #eeeeee;

	overflow: hidden;

	white-space: nowrap;

	line-height: 1.2em;

}

.ticker-content:focus {

	none;

}

.ticker-content a {

	text-decoration: none;	

	color: #DC3500;

}

.ticker-content a:hover {

	text-decoration: underline;	

	color: #DC3500;

}

.ticker-swipe {

	padding-top: 9px;

	position: absolute;

	top: 0px;

	background-color: #eeeeee;

	display: block;

	width: 800px;

	height: 23px; 

}

.ticker-swipe span {

	margin-left: 1px;

	background-color: #eeeeee;

	border-bottom: 1px solid #1F527B;

	height: 12px;

	width: 7px;

	display: block;

}

.ticker-controls {

	padding: 6px 0px 0px 0px;

	list-style-type: none;

	float: left;

}

.ticker-controls li {

	padding: 0px;

	margin-left: 2px;

	float: left;

	cursor: pointer;

	height: 19px;

	width: 18px;

	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:url(../images/privious.png) left top no-repeat;		

}

.ticker-controls li.jnt-prev.over {

	background:url(../images/privious.png) left top no-repeat;		

}

.ticker-controls li.jnt-prev.down {

	background:url(../images/privious.png) left top no-repeat;		

}

.ticker-controls li.jnt-next {

	background:url(../images/next.png) left top no-repeat;	

}

.ticker-controls li.jnt-next.over {

	background:url(../images/next.png) left top no-repeat

}

.ticker-controls li.jnt-next.down {	

	background:url(../images/next.png) 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;

}