.wrap {
	position: relative;
	width: 1280px;
	height: 310px;
	margin: 0px auto; 
	padding:120px 0px;
}
.content {
	position: absolute;
	width: 1280px;
	height: 310px;
}
.content li{
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.2)));
}
.wrap a {
	position: absolute;
	/*display: none;*/
	z-index: 2;
	top: 50%;
	width: 68px;
	height: 68px;
	margin-top: -30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.prev {
	left: 0px; background:url(../images/left.png) no-repeat;
}
.next {
	right: 0px; background:url(../images/right.png) no-repeat;
}


