ul.wi-container {
	width: 100%;
	max-width: 840px;
	height: 240px;
	margin: 0 auto 30px;
	position: relative;
	padding: 0;
	list-style-type: none;
}
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;
	text-align: center;
}
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;
}
p.info {
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	color: #666;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	padding: 20px;
	display: block;
	clear: both;
	text-align: center;
	width: 240px;
	margin: 0 auto;
}
.windy ul.wi-container {
	border-radius: 5px;
}
.windy ul.wi-container::before, .windy ul.wi-container::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: white;
	left: 0;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.windy ul.wi-container::before {
	top: 10px;
	z-index: -2;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.windy ul.wi-container::after {
	top: 7px;
	z-index: -1;
}
.windy h4 {
	color: #666;
	font-size: 14px;
	padding: 8px 0 5px;
	margin: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}
.windy p {
	font-size: 20px;
	font-weight: 500;
	padding: 0 20px 0 30px;
	line-height: 1.7;
	position: relative;
	margin: 0 auto;
	font-style: italic;
}
.windy p .firstcharacter { 
	float: left;
	color: rgb(106, 171, 206);
	font-size: 3.55em;
	line-height: 0.8;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}
/*.windy p:first-letter {
	font-size: 200%;
	font-style: normal;
}*/
.windy ul.wi-container li {
	border-radius: 5px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.windy li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.6), 0 0 0 4px rgba(0,0,0,0.1);
}
.windy nav {
	position: relative;
	width: 96px;
	margin: 0 auto;
}
.windy nav span {
	width: 40px;
	height: 40px;
	margin: 0 4px;
	float: left;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}
.windy nav span i {
	line-height: 1.8;
	font-size: 1.5em;
}
.windy nav span:active {
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background-position: 100% 2px;
}
.windy nav span:active i {
	line-height: 1.9;
}
