#accessible-news-ticker{
	
}
/* 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;
}

#accessible-news-ticker ul li { font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: 10px; line-height: 18px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; display: block; padding-bottom: 10px; }

#accessible-news-ticker ul li small { color: #333; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: 10px; line-height: 18px; }
