.marquee {
	/*BORDER: #f1f1f1 1px solid;*/
	LINE-HEIGHT: 30px;
	/*BACKGROUND: #f8f8f8;*/
	OVERFLOW: hidden;
	position:relative;
	TEXT-ALIGN:center;
}
.marquee LI {
	WIDTH: 210px; /* 图片的宽度 + 10px */
	HEIGHT: 170px; /* 图片的高度 + 10px + 20px */
	/*line-height:100px;  图片的高度 + 10px, 用于将图片垂直居中
	_font-size:100px;  图片的高度 + 0px, 用于将图片垂直居中(IE专用规则，故其前有“_”) */
	overflow:hidden;
	TEXT-ALIGN: center;
	FLOAT: left;
	position:relative;
	margin:10px auto;
}
.marquee LI IMG {
	vertical-align:top;
	width:200px;
	height:150px;
}
.marquee LI span {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	text-align:center;
	width:96%;
	padding:0 2%;
	overflow:hidden;
	line-height:20px;
	height:20px;
}