#ticker-wrapper *{
	margin:0
}
#ticker-wrapper.has-js{
	width:540px;
	height:18px;
	display:block;
	margin:0 0 5px 0;
	background-color:#ffaf00;
	font-size:10px;
}
#ticker{
	width:455px;
	height:18px;
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
	background-color:#ffaf00;
	padding:0 0 0 10px;
	font-size:10px;
}
#ticker-title{
	padding-top:2px;
	float:left;
	color:#000;
	background-color:#ffaf00;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}
#ticker-content{
	padding-top:2px;
	float:left;
	position:absolute;
	color:#000;
	background-color:#ffaf00;
	margin:0;
	font-size:10px;
}
#ticker-content A{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:10px;
}
#ticker-content A:hover{
	text-decoration:underline;
	color:#DF0000;
	font-size:10px;
}
#ticker-swipe{
	padding-top:2px;
	position:absolute;
	top:0;
	left:80px;
	background-color:#ffaf00;
	display:block;
	width:540px;
	height:18px
	font-size:10px;
}
#ticker-swipe SPAN{
	margin-left:1px;
	background-color:#ffaf00;
	border-bottom:1px solid #1F527B;
	height:12px;
	width:7px;
	display:block;
	font-size:10px;
}

#ticker-controls{list-style-type:none;float:right;padding:7px 10px 0 0;}
#ticker-controls LI{margin-left:5px;float:left;cursor:pointer;height:16px;width:16px;display:block;padding:0;}
#ticker-controls LI#play-pause{background-image:url(controls.png);background-position:32px 16px}
#ticker-controls LI#play-pause.over{background-position:32px 32px}
#ticker-controls LI#play-pause.down{background-position:32px 0}
#ticker-controls LI#play-pause.paused{background-image:url(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 0}
#ticker-controls LI#prev{background-image:url(controls.png);background-position:0 16px}
#ticker-controls LI#prev.over{background-position:0 32px}
#ticker-controls LI#prev.down{background-position:0 0}
#ticker-controls LI#next{background-image:url(controls.png);background-position:16px 16px}
#ticker-controls LI#next.over{background-position:16px 32px}
#ticker-controls LI#next.down{background-position:16px 0}
.js-hidden{display:none}