.vispan, .vispan-frame {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.vispan-slide, .vispan-shadow {
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	z-index: 1;
	background: #000;
	box-shadow: 0 0 50px #000;
}

.vispan-current {
	z-index: 5;
}

.vispan-shadow {
	width: 900px;
	height: 900px;
	z-index: 4;
	background: #000;
}

.vispan-next {
	z-index: 3;
}

.vispan-slide img {
	width: 100%;
	display: block;
}

.vispan-btn-previous, .vispan-btn-next {
	margin: auto;
	width: 50px;
	height: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	cursor: pointer;
	font-size: 72px;
	font-weight: bold;
	line-height: 82px;
	text-align: center;
	text-shadow: 0 0 12px #000;
}

.vispan-btn-next {
	right: 0;
}
