/* CSS Document */

.marquee {
	height:25px;
	overflow:hidden;
}
.marquee ul li {
	float:left;
	padding:0 10px;
	line-height:25px;
}