/* Ticker Styling */
#ticker-wrapper.has-js {
	width: 650px;
	height: 20px;
	
	display: block;
}
#ticker {
	
	width: 650px;
	height: 20px;
	display: block;
	position: relative;
	overflow: hidden;
}
#ticker-title {
	padding-top: 9px;
	color: #990000;
	font-weight: bold;
	background-color: #f8f0db;
	text-transform: uppercase;
}
#ticker-content {
	margin: 0px;
	position: absolute;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	padding-left:20px;
}
#ticker-content:focus {
	none;
}
#ticker-content a {
	text-decoration: none;	
	color: #333;
	font-weight:bold;
	padding:2px;
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #94A41B;
}
#ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	display: block;
	width: 800px;
	height: 23px; 
}
#ticker-swipe span {
	margin-left: 1px;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
	position:absolute;
	margin-top:-4px;
}

#ticker-controls li#play-pause {
	display:none;
}

#ticker-controls li{width:12px;height:12px;	float:left;padding:0;margin:0;cursor:pointer;}

#ticker-controls li#prev {
	background: url('../img/bg/ticker.gif') left top;margin-right:1px;
}

#ticker-controls li#prev:hover {
	background: url('../img/bg/ticker.gif') left bottom;
}

#ticker-controls li#next {
	background: url('../img/bg/ticker.gif') right top;
}

#ticker-controls li#next:hover {
	background: url('../img/bg/ticker.gif') right bottom;
}
.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;
}