.clear { clear: both; }
#meiLi_3 {
	width: 911px;
	height: 200px;
}
#downContent ul{
	padding: 0px;
	margin: 0px;
}
#downContent li{
	width: 225px;
	height: 196px;
	text-align: center;
	list-style-type: none;
	float: left;
	display: inline;
}
.infiniteCarousel {
  width: 911px;
  position: relative;
}
 
.infiniteCarousel .wrapper {
	width: 897px; /*  .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right)   */
	overflow: auto;
	height: 200px;
	margin-left: 0 7px;
	position: absolute;
	top: 0px;
	left: 10px;
}
 
.infiniteCarousel ul a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
 
.infiniteCarousel .wrapper ul {
	width: 1800px; /*   single item * n    */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0px;
	left: 0px;
}
 
.infiniteCarousel ul li {
  display:block;
  float:left;
  width: 225px;
  height: 200px;
}
 
.infiniteCarousel ul li a img {
  display:block;
}
 
.infiniteCarousel .arrow {
  display: block;
  height: 80px;
  width: 27px;
  text-indent: -999px;
  position: absolute;
  cursor: pointer;
  outline: 0;
}