	.swipe {
		overflow: hidden;
		position: relative;
		/*max-width: 600px;*/
		/*width: 100%;*/
		/*height: 550px;*/
		/*margin: 100px auto 0;*/
	}
	.swipe-wrap {
		/*overflow: hidden;*/
		position: relative;
	}
	.swipe-wrap > li {
		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: 13em;
		opacity:0.7;
		cursor: pointer;
		background-color: rgba(0,0,0,0.8)
	}
	.swipe .nav .next {
		right: 0;
		-webkit-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
	}
	.swipe .nav .prev {
		-webkit-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		left:0;
	}