/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 0px;
	padding: 0px;
	margin-top:2px;
	width: 810px;
	height: 21px;
	display: block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFF;
	/*font-size: 0.75em;*/
}
.ticker-wrapper.has-js2 {
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	width: 900px;
	height: 23px;
	display: block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #555;
	/*font-size: 0.75em;*/
}
.ticker {
	width: 860px;
	height: 21px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	
}
.ticker2 {
	width: 950px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #555;
	margin-top:-23px;
	right:120px;
	
}
.ticker-title {
	padding-top: 9px;
	color: #990000;
	font-weight: bold;
	background-color: #FFF;
	text-transform: uppercase;
}
.ticker-title2{
	padding-top: 0px;
	color: #990000;
	font-weight: bold;
	background-color: #A40000;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding:0px;
	position: absolute;
	color: #003366;
	font-weight: bold;
	font-family:Arial;
	font-size:15px;
	background-color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	margin-right:-18px;
	/*line-height: 1.2em;*/
}
.ticker-content2 {
	margin: 0px;
	padding:0px;
	position: absolute;
	color: #003366;
	font-weight: bold;
	font-family:Arial;
	font-size:15px;
	background-color: #A40000;
	overflow: hidden;
	white-space: nowrap;
	margin-right:-18px;
	/*line-height: 1.2em;*/
}
/*.ticker-content:focus{
	none;
	}*/

.ticker-content a {
	text-decoration: none;	
	color: #003366;
	direction:rtl;
	display:block;
}
.ticker-content2 a {
	text-decoration: none;	
	color: #003366;
	direction:rtl;
	display:block;
}
.ticker-content a:hover {
	text-decoration: none;	
	color: #003366;
}
.ticker-content2 a:hover {
	text-decoration: none;	
	color: #990000;
}
.ticker-swipe {
	padding-top: 0px;
	position: absolute;
	top: 0px;
	background-color: #FFF;
	display: block;
	width: 850px;
	height: 21px; 
}
.ticker-swipe2 {
	padding-top: 0px;
	position: absolute;
	top: 0px;
	background-color: #555;
	display: block;
	width: 820px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #FFF;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: none;
}
.ticker-swipe2 span {
	margin-left: 1px;
	background-color: #A40000;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	/*display: block;*/
	display: none;
}

.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #FFF;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls2, .left .ticker-content2, .left .ticker-title2, .left .ticker2 {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.left .ticker-controls2 {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls2, .right .ticker-content2, .right .ticker-title2, .right .ticker2 {
    float: right;
}
.right .ticker-controls {
    padding-right: 0px;
}
.right .ticker-controls2 {
    padding-right: 0px;
}