#accessible-news-ticker{
	width:280px;
}
/* the news box with JS */
#accessible-news-ticker.hasJS{
	height:100px;
	overflow:hidden;
	position:relative;
	border:1px solid #EEE;
}
/* The nested UL with JS */
#accessible-news-ticker.hasJS ul{
	position:absolute;
	top:20px;
	left:0;
}
#accessible-news-ticker.hasJS ul li{
	margin-bottom:0.5em;
}