@charset "utf-8";
.Wrapper {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	background: url(images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}
.slider-wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	text-align: center;
}
#container {
	overflow: auto;
	width: 100%;
	height: auto;
}
#prev {
	display: block;
	float: left;
	height: 100%;
	width: 150px;
	position: absolute;
	z-index: 204;
	/* [disabled]min-height: 100%; */
}
#next {
	display: block;
	float: right;
	height: 100%;
	width: 150px;
	position: relative;
	z-index: 281;
	min-height: 956px;
}
#prev:hover {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/slides/prev.png);
	z-index: 204;
}
#next:hover {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/slides/next.png);
	z-index: 175;
}
#slider {
	display: block;
	margin: auto;
	float: left;
	width: 100%;
	overflow: hidden;
	position: absolute;
	height: 995px;
	background-size: cover;
}
#text-content {
	width: 100%;
	position: absolute;
	height: auto;
	text-align: center;
	background-position: left top;
	top: 25%;
	z-index: 70;
	margin-bottom: auto;
	margin-top: auto;
}
.slide2 {
	width: 100%;
	height: 995px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/slides/slide2.jpg);
	float: left;
	position: relative;
}
.slide1 {
	width: 100%;
	height: 1052px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/nature/GEDC0031.JPG);
	position: relative;
}
.slide3 {
	background-image: url(../images/slides/slide1.jpg);
	width: 100%;
	height: 995px;
	position: relative;
	background-size: cover;
	background-position: center bottom;
}
.slide4 {
	width: 100%;
	height: 995px;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	background-image: url(../images/slides/slide3.jpg);
}
.slide5 {
	width: 100%;
	height: 995px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/nature/DSCN7664.JPG);
	position: relative;
}
