#accessible-news-ticker{
	padding:0px 0px 0px 0px;
	margin-left:0px;
	width:224px;
	float:left;
}
/* the news box with JS */
#accessible-news-ticker.hasJS{
	height:110px;
	overflow:hidden;
	position:relative;
	background-color:#eeeeee;
	border:1px solid #cccccc;
}
/* The nested UL with JS */
#accessible-news-ticker.hasJS ul{
	position:absolute;
	top:60px;
	left:0;
}
#accessible-news-ticker.hasJS ul li{
	margin-bottom:1.5em;
}