body {
	margin: 0px; padding: 0px;
}
ul {
	margin: 0px; padding: 0px;
}
ul {
	list-style: none;
}
.wrap {
	margin: 100px auto; top: 60px; width: 1200px; height: 400px; position: relative;
}
.content {
	width: 1200px; height: 400px; position: absolute;
}
.content li {
	position: absolute; cursor: pointer; background-size: 100% 100%;
}
.wrap a {
	font: 36px/60px "ËÎÌå"; transition:background 1s; top: 43%; width: 60px; height: 60px; text-align: center; color: rgb(255, 255, 255); text-decoration: none; margin-top: -30px; display: none; position: absolute; z-index: 2; font-size-adjust: none; font-stretch: normal;
}
.wrap a:hover {
	
}
.prev {
	left: 30px;
}
.next {
	right: 30px;
}
