#slideshow {
	position: absolute;
	width: 100%;
	height: 100%;
}
/*#slideshow .lb-slide:target,*/
#slideshow .lb-slide.lb-active {
	z-index: 9;
	visibility: visible;
	opacity: 1;
        
	/*
	-webkit-animation: none 0s ease 1 0s;
	-moz-animation: none 0s ease 1 0s;
	-o-animation: none 0s ease 1 0s;
	-ms-animation: none 0s ease 1 0s;
	animation: none 0s ease 1 0s;
	*/
}
/*
* the lb-active class, being a js-based layer on top of :target mechanism,
* needs to have higher priority, because when loading the site from a direct hash,
* target is still being set and this makes :target'ed slide always visible and opaque.
*/
/*#{c} .lb-slide.lb-active {
z-index: 10;
}*/
#slideshow .lb-slide {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity linear 1s, visibility ease-in-out 1s;
	-moz-transition: opacity linear 1s, visibility ease-in-out 1s;
	-o-transition: opacity linear 1s, visibility ease-in-out 1s;
	-ms-transition: opacity linear 1s, visibility ease-in-out 1s;
	transition: opacity linear 1s, visibility ease-in-out 1s;
	/*-webkit-animation: slideshow 24s ease-in-out infinite;*/
	/*-moz-animation: slideshow 24s ease-in-out infinite;*/
	/*-o-animation: slideshow 24s ease-in-out infinite;*/
	/*-ms-animation: slideshow 24s ease-in-out infinite;*/
	/*animation: slideshow 24s ease-in-out infinite;*/
}
/*#slideshow .lb-slide:first-child {
	visibility: visible;
	opacity: 1;
}*/
/*#slideshow:hover .lb-slide {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}*/
#slideshow .lb-slide img.lb-pic {
	display: none;
}

/*
@-webkit-keyframes slideshow {
	0% {
		visibility: visible;
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	12% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
	}
	25% {
		opacity: 1;
	}
	37% {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
*/
/*
@-moz-keyframes slideshow {
	0% {
		visibility: visible;
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}
	12% {
		opacity: 1;
		-moz-animation-timing-function: ease-out;
	}
	25% {
		opacity: 1;
	}
	37% {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
*/
/*
@-o-keyframes slideshow {
	0% {
		visibility: visible;
		opacity: 0;
		-o-animation-timing-function: ease-in;
	}
	12% {
		opacity: 1;
		-o-animation-timing-function: ease-out;
	}
	25% {
		opacity: 1;
	}
	37% {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
*/
/*
@-ms-keyframes slideshow {
	0% {
		visibility: visible;
		opacity: 0;
		-ms-animation-timing-function: ease-in;
	}
	12% {
		opacity: 1;
		-ms-animation-timing-function: ease-out;
	}
	25% {
		opacity: 1;
	}
	37% {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
*/
/*
@keyframes slideshow {
	0% {
		visibility: visible;
		opacity: 0;
		animation-timing-function: ease-in;
	}
	12% {
		opacity: 1;
		animation-timing-function: ease-out;
	}
	25% {
		opacity: 1;
	}
	37% {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
*/
/*
#slideshow .lb-slide:nth-child(1) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
*/
/*
#slideshow .lb-slide:nth-child(2) {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
*/
/*
#slideshow .lb-slide:nth-child(3) {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
*/
/*
#slideshow .lb-slide:nth-child(4) {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
*/
#slideshow .lb-slide:nth-child(1) div {
	background-image: url(img/promo/hot-stone-massage.jpg);
}
#slideshow .lb-slide:nth-child(2) div {
	background-image: url(img/promo/zabiegi-kwasami.jpg);
}
#slideshow .lb-slide:nth-child(3) div {
	background-image: url(img/promo/masaz-stop.jpg);
}
#slideshow .lb-slide:nth-child(4) div {
	background-image: url(img/cover_04.jpg);
}
