#accessible-news-ticker{
	width:230px;
	left: 9px;
	background-image: url(http://www.fusionstaffing.net/files/);
}
/* the news box with JS */
#accessible-news-ticker.hasJS{
	height:270px;
	overflow:hidden;
	position:relative;
	border:2px none #FF0000;
}
/* The nested UL with JS */
#accessible-news-ticker.hasJS ul{
	position:absolute;
	top:80px;
	left:0;
	bottom: 40px;
	padding: 0px;
}
#accessible-news-ticker.hasJS ul li{
	margin-bottom:1.5em;
}