/* freebird.imagerotator.css */

ul.fb_imagerotator
{
	position: relative;
	/* HEIGHT must be set elsewhere, use ID not CLASS */
}

ul.fb_imagerotator li
{
	position:absolute;
	display: hidden;
	top:0;
	left:0;
	z-index:8;
}

ul.fb_imagerotator li.fb_imagerotator_current
{
    z-index:10;
}

ul.fb_imagerotator li.fb_imagerotator_previous
{
    z-index:9;
}
