#accessible-news-ticker{
	width:160px;
	margin:0px auto;
	padding:5px;
}
/* the news box with JS */
#accessible-news-ticker.hasJS{
	height:180px;
	overflow:hidden;
	position:relative;
	border:1px solid #EEE;
	background-color:#ffffff;
}
/* The nested UL with JS */
#accessible-news-ticker.hasJS ul{
	position:absolute;
	top:60px;
	left:0;
}
#accessible-news-ticker.hasJS ul li{
	margin-bottom:20px;
}