/*
	note about styling:
	the JS heights are calculated from the padding on the LI. do not put padding on the outer container, it will mess it up.
*/

.announcements_HomeScroller
{
	overflow-x: hidden;
	margin: 0;
	min-height: 100px
}
.announcements_HomeScroller ul
{
    position: absolute;
    margin:0;
    padding:0;
}
.announcements_HomeScroller ul li
{
    padding:0;
    margin:0;
    margin-bottom:5px;
    padding-bottom:5px;
	background: none;
}