.img-scroll {
	position: relative;
	width:1096px;
	border:solid 0px red;
	margin:0 auto;
}
.img-scroll .prev {
	position: absolute;
	text-align: center;
	width: 22px;
	display: block;
	top: 130px;
	cursor: pointer;
}
.img-scroll .next {
	position: absolute;
	text-align: center;
	width: 22px;
	display: block;
	top:130px;
	cursor: pointer;
}
.img-scroll .prev {
	left: 0px;
}
.img-scroll .next {
	right: 0px;
}
.img-list {
	position: relative;
	width: 1023px;
	margin:0 auto;
	overflow: hidden;
}
.img-list UL {
	width: 9999px;
}
.img-list LI {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	width:240px;
	height:330px; background:#effffc; text-align:center; color:#333; line-height:200%;
}

.img-list LI  img{ margin-bottom:30px; margin-top:40px;}
