/* Ticker 1 Styling */
.ticker_back {cursor:default; border: 1px solid #ccc; width: 982px; height: 34px; margin: 0 auto; margin-bottom:20px; overflow: hidden; }
.author-ticker {margin:0 !important; color:#000 !important; font-weight:bold !important}
.comment-ticker-title a {margin:0 !important; text-decoration:none; color:#fb2900 !important; font-weight:bold !important}
.news-span {background:none repeat scroll 0 0 #fb2900; border:1px solid #fff; border-right:0; color:#FFFFFF; display:block; float:left; font-family:BebasNeueRegular,arial,Georgia; font-size:19px; padding:6px 10px 3px}

.tickercontainer {background: #fff6ed; width:auto; height:34px; 
margin: 0 auto; margin-bottom:20px; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
margin-left: 30px; margin-right:30px; 
top: 10px;
width: auto;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative; left: 30px;
font: bold 10px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; 
margin: 0; color: #666666; font-weight: normal; font-size: 12px !important; margin-top:-2px; white-space: nowrap; height:34px; line-height: 1.10em;
background: #fff6ed; 
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #666666; text-decoration:none;
font-size: 12px;
margin: 0 15px 0 0;
} 
ul.newsticker span {
margin: 0 4px 0 0;
} 

.tweet-ticker a {
white-space: nowrap;
padding: 0;
color: #666666;
font-size: 12px;
margin: 0 15px 0 0;
} 
  
.right_arrow {
color:#fb2900; font-size: 16px; margin-right:3px !important; padding-left:10px;
} 

.newsticker-arrow {
    background:#fff6ed url(../images/newsticker-arrow.png) no-repeat scroll right ;
    float: left;  
    margin-right: 0;  
    padding-right: 7px;
} 


/* Ticker 2 Styling */
.ticker-wrapper.has-js {
	margin: 0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	width: auto;
	height: 34px;
	display: block;
	background-color: #fff6ed;
	font-size: 12px;
}
 
.ticker {
	width: 825px;
	height: 24px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #fff6ed; 
}
.ticker-title {
	padding-top: 8px;
	color: #990000;
	font-weight: bold;
	background-color: #fff6ed;
	text-transform: uppercase;
}
.ticker-content {
	margin-top: -1px;
	padding:8px 0 8px 0;
	position: absolute;
	color: #666666; 
	font-weight: normal;
	background-color: #fff6ed;
    overflow: hidden;
	white-space: nowrap;
	line-height: 14px;
}
.ticker-content:focus {
 
}
 

.ticker-content a {
	text-decoration: none;	
	color: #666666;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #fff6ed;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #fff6ed;
	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: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block; 
}
.ticker-controls li.jnt-play-pause {
 
	background-position: 32px 16px;
}
.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-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-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
 	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #fff6ed;
}
.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;
}
 .latesttweets-ticker {background: url(../images/bird-blue-ticker.png) 0 12px no-repeat; line-height:13px; padding:11px 0 6px 20px; }
 