#accessible-news-ticker{
	width:180px;
}

#accessible-news-ticker ul{
	clear: both;
	vertical-align: middle;
	padding: 0;
	margin: 0 5px;
	FONT-SIZE: 90%;
	COLOR: #888888;
	PADDING-TOP: 5px;
	width: 100%;
}

/* the news box with JS */
#accessible-news-ticker.hasJS{
	height:120px;
	overflow:hidden;
	position:relative;
	border:1px solid #EEE;
}
/* 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;
}