#accessible-news-ticker{
	width:180px;
	margin:0;
	overflow: hidden;
}
/* the news box with JS */
#accessible-news-ticker.hasJS{
	height:115px;
	overflow:hidden;
	position:relative;
}
/* The nested UL with JS */
#accessible-news-ticker.hasJS ul{
	position:absolute;
	top:60px;
	left:0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#accessible-news-ticker.hasJS ul li{
	margin-bottom:1.5em;
	margin-left: 0px;
}
.widgettitle {
	display: none;
}
ul#sidebar, #accessible-news-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#accessible-news-ticker ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
#accessible-news-ticker ul li {
	padding: 0;
	list-style: none;
	margin: 0;
}
#accessible-news-ticker ul li a {
	font-weight: bold;
}
#boxR_txt, #sidebar {
		overflow: hidden;
}
#sidebar {
	height: 150px;
}