@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
.SiteSlideshow {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	top:0;
	
}
.slick-slider {
	height: 100%;
}
.slider div {
	height: 100% !important; /* added this */
}
.slide1 {
	background:url(img/slides/uns/l-1.JPG);
}
.slide2 {
	background:url(img/slides/uns/l-2.JPG);
}
.slide3 {
	background: url(img/slides/uns/l-3.JPG);
}
.slide4 {
	background:url(img/slides/uns/l-4.JPG);
}
.slide5 {
	background: url(img/slides/uns/l-5.JPG);
}
/*.slide6 {
	background:url(img/slides/uns/6.jpg);
}
.slide7 {
	background: url(img/slides/uns/7.jpg);
}
.slide8 {
	background:url(img/slides/uns/88.jpg);
}*/
.slider {
	width: 100%;
}
.slick-slide {
	margin:0;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: .5;
}
.slick-current {
	opacity: 1;
}
.a-slide {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
