.img-scroll {
	position:relative;
	margin:0px auto;
	width:980px;
}
.img-scroll .prev,.img-scroll .next {
	position:absolute;
	display:block;
	width:50px;
	height:130px;
	/*background-color:#000;*/
	top:0;
	color:#FFF;
	text-align:center;
	line-height:130px;
	padding-top:50px;
}
.img-scroll .prev {
	left:0;
}
.img-scroll .next {
	right:0;
}
.img-list {
	position:relative;
	width:872px;
	height:130px;
	margin-left:55px;
	overflow:hidden;
}
.img-list ul {
	width:9999px;
}
.img-list li {
	float:left;
	display:inline;
	width:200px;
	/*margin-left:12px;*/
	margin-right:24px;
	height:130px;
	/*background-color:#BDBDDF;*/
	text-align:center;
	line-height:130px;
}