/* Ticker Styling */
#ticker-wrapper.has-js {
	padding: 5px 20px;
        padding-bottom:0px;
	width: 550px;
	height: 32px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 5px;
	//background-color: #f8f0db;
	font-size: 13px;
        margin:0px;
position:relative;
float:right;
}
#ticker {
          margin:0px;
       padding:0px;
	width: 650px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	//background-color: #f8f0db;
}
#ticker-title {
	padding-top: 0px;
	color: #990000;
	font-weight: bold;
	//background-color: #f8f0db;
	text-transform: uppercase;
        font-family:tahoma;
       width:100px;
}
#ticker-content {
	margin: 0px;
	padding-top: 0px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	//background-color: #f8f0db;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
        font-family:tahoma;
}
#ticker-content:focus {
	none;
}
#ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
#ticker-swipe {
	padding-top: 0px;
	position: absolute;
	top: 0px;
       background: url(../images/tab_bg.png);
	background-color: #f5f5f5;
	display: block;
	width: 600px;
	height: 23px; 
}
#ticker-swipe span {
	margin-left: 1px;
	//background-color: #f8f0db;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}

.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;
}