

.announce-widget-inner
{
	overflow-x: hidden;
	margin: 0;
	padding: 0!important; /* the JS heights are calculated from the padding on the LI. do not put padding on the outer container, it will mess it up. */
	min-height: 25px;
	min-width: 150px;
}
.announce-widget-inner ul
{
    position: absolute;
    margin:0;
    padding:0;
	left: 0;
}
.announce-widget-inner ul li
{
    padding:0;
    margin:0;
    margin-bottom:5px;
    padding-top:7px;
	padding-bottom:5px;
	background: none;
}