#accessible-news-ticker{
	width:200px;
	font-size:13px;
}
/* the news box with JS */
#accessible-news-ticker.hasJS{
	height:480px;
	font-size:13px;
	overflow:hidden;
	position:relative;
	border:1px solid #EEE;
}
/* The nested UL with JS */
#accessible-news-ticker.hasJS ul{
	position:absolute;
	font-size:13px;
	top:60px;
	left:-10px;
}
#accessible-news-ticker.hasJS ul li{
	margin-bottom:0.5em;
	font-size:13px;
}