.MainSlider-Background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	z-index: -5;
}
.Slider-Center { display: block; margin: auto; }
.SliderAnimation { position: absolute; width: 100%; display: none; }
.MainSlider-SlidesArea { display: none; }
.MainSlider-SlidesArea:first-child { display: block; }
#MainSlider-Area { width: 100%; padding: 0; margin: auto; overflow: hidden; }
.SliderAnimation-FadeItem:first-child { display: block; }
.SliderAnimation-FadeArea { position: relative; }
.SliderAnimation-FadeItem { display: none; position: absolute; left: 0; top: 0; }

