
.swipe {
	overflow: hidden;
	position: relative;
	max-width: 600px;
	width: 100%;
	height: 400px;
	margin: 73px auto 0;
}
.swipe img{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:300px;
	height:410px;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
.swipe .nav {
	position: absolute;
	width: 80px;
	height: 38px;
	z-index: 10;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	top: 45%;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8)
}

.swipe .nav.next1, .swipe .nav.next2, .swipe .nav.next3, .swipe .nav.next4, .swipe .nav.next5, .swipe .nav.next6 {
	right: 0;
    background: url(../img/icon_nav.png) no-repeat;
    background-position: -50px 0;
    width: 50px;
    height: 100px;
}
.swipe .nav.prev1, .swipe .nav.prev2, .swipe .nav.prev3, .swipe .nav.prev4, .swipe .nav.prev5, .swipe .nav.prev6 {
    background: url(../img/icon_nav.png) no-repeat;
    background-position: 0px 0;
    width: 50px;
    height: 100px;
}