ul.wi-container {
	width: 620px;
	margin: 0 auto 30px;
	position: absolute;
	padding: 0;
	list-style-type: none; 
	-webkit-perspective: 1400px;
	-moz-perspective: 1400px;
	-ms-perspective: 1400px;
	-o-perspective: 1400px;
	perspective: 1400px;
}
ul.wi-container li {
	width: 100%;
	height: 100%;
	display: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 20px;
	pointer-events: 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;
}
.windy-demo {

	width: 416px;
	margin: 40px auto;
	color: #aaa;
}
.windy-demo ul.wi-container {
	width: 420px;
	height: 320px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.windy-demo h4 {
	padding: 0 10px;
	line-height: 26px;
	margin: 0;
}
.windy-demo ul .wi-container li {
	padding: 0;
	border: 10px solid #fff;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#slider-windy {
	width: 591px;
	height: 60px;
	border: none;
	margin: -38px 0 0 14px;
	padding: 0;
	z-index: 1000;
	background: url(../images/trans.gif);
	position: relative;
	cursor: pointer;
}
#slider-windy a {
	width: 29px;
	height: 29px;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 -14px;
	padding: 0;
	border: none;
	position: absolute;
	background: url(../images/slider.png) no-repeat;
}
div.nav ul.menu li {
	cursor: pointer;
}