ul.marquee {

    bottom: 0px;
    display: block;
    height: 22px;
    left: 0;
    line-height: 1;
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

}