ul.wi-container {
	height: 300px;
	list-style-type: none;
	-webkit-perspective: 1400px;
	-moz-perspective: 1400px;
	-ms-perspective: 1400px;
	-o-perspective: 1400px;
	perspective: 1400px;
	background-position: center center;
	position: relative;
	width: auto;
}

ul.wi-container li {
	width: auto;
	height: 300px;
	display: none;
	position: absolute;
	background: #fff;
	padding-left: 0px;
	padding-right:0px;
	pointer-events: auto;
}
ula.wi-container li {
	width: 100%;
	height: 100%;
	display: none;
	margin: auto;
	position: absolute;
	background: #fff;
	pointer-events: auto;
	right: auto;
}

ul.wi-container li.wi-move {
	pointer-events: none;
	-webkit-transition: -webkit-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-moz-transition: -moz-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-o-transition: -o-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-ms-transition: -ms-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	transition: transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
}
