
*{margin: 0; padding: 0;-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.wapper{
	text-align: center;
	min-width: 1200px;
	max-width: 1366px;
	margin: auto;
	cursor: pointer;
	position: relative;
}
.wapper img{
	max-width: 100%;
}
a.next
{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: block;
}
a.prev
{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: block;
}