#accessible-news-ticker{
	width:180px;
}
/* the news box with JS */
#accessible-news-ticker.hasJS{
	height:150px;
	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;
	margin-left: -10px;
	font-size: 15px;
}
#accessible-news-ticker.hasJS ul li a{
	text-decoration: underline;
	margin-bottom:1.5em;
	margin: 35px 0 0 0;	
	color: #971D20;
}