/* Ticker Styling */
#ticker-wrapper.has-js {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
/*	float:left;*/
/*	height: 32px;*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 0.75em;
}
#ticker {
	width:500px;
	height: 28px;
	margin:0px 0px -11px 0px;
	left:-41px;
	top:-9px;
	display: block;
	position: relative;
	overflow: hidden;
}
#ticker-title {
	padding-top:7px;
	font-size:18px; color:#FFF; font-weight:bold; text-shadow:1px 1px 0px #141516; 
	text-transform: none;
}
#ticker-content {
    margin:0px 0px 0px 0px;
	padding-top:9px;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	color: #E6F0F7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}


#ticker-content a{font-family:Arial; line-height:21px; font-size:14px; color:#344d7e; text-shadow:1px 1px 0px #ffffff; font-weight:bold; text-decoration:none; margin-right:5px;}
#ticker-content a:hover{font-family:Arial; line-height:21px; font-size:14px; color:#344d7e; text-shadow:1px 1px 0px #ffffff; font-weight:bold; text-decoration:none;}






#ticker-content span{
 color: #7B7B7B;
 font-style:italic;
    font-size: 12px;
    text-shadow: 1px 1px 0 #FFFFFF;
}


#ticker-content img{float:left; margin:4px 5px 0px 0px;}



#ticker-content:focus {
	none;
}

#ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background:url(../images/style.jpg) left top repeat;
	display: block;
	width: 800px;
	height: 23px; 
}
#ticker-swipe span {
	margin-left: 1px;
/*	background-color: #FFF;
	border-bottom: 1px solid #fff;*/
	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: -2px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
	display:none;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background: url(../images/left-arrow.png) left top no-repeat;
	height:24px;
	width:24px;
}
#ticker-controls li#next {
	background: url(../images/right-arrow.png) left top no-repeat;	
	height:24px;
	width:24px;
}

.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 .new_title{
    float: left;
}
.left #ticker-controls {
    padding-left: 6px;
	margin:-22px -38px -5px 0px;
	float:right;
}
.right #ticker-swipe {
	right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right .new_title{
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}