﻿#slideshow	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#slideshow > li > div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
#slideshow:before{
	content: url(../grafika/slider-maska.png);
	right:0;
	top:0;
	position: absolute;
	z-index: 99;
}

#fssPrev,
#fssNext,
#fssPlayPause	{
	position: absolute;
	z-index: 1000;
	opacity: 0;
	font-family: "FontAwesome";
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	text-decoration-color: transparent;
	z-index: 90;
}
#fssPrev {
	background: url('../grafika/animacja_prev.png') 0px 0px no-repeat;
	font-size: 0px;
	width:45px;
	height:48px;
}
#fssNext	{
	background: url('../grafika/animacja_next.png') 0px 0px no-repeat;
	width:45px;
	height:48px;
	font-size: 0px;
}
#fssPlayPause {
	font-size: 15px;
	padding: 8px 24px;
	background: rgba(0,0,0,0.8);
}

#fssPlayPause span
{
	font-family: 'Open Sans', sans-serif;
	margin-left:5px;
}

#fssPrev:hover,
#fssNext:hover,
#fssPlayPause:hover,
#fssPrev:focus,
#fssNext:focus,
#fssPlayPause:focus,
#slideshow:hover + a,
#slideshow:hover + a + a,
#slideshow:hover + a + a + a {
	opacity: 1;
}

#fssPrev:hover,
#fssNext:hover,
#fssPlayPause:hover{
	opacity:0.7;
}


#fssList	{
	display: none;
	position: relative;
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding: 0px;
	text-align: center
}
#fssList li	{
	display: inline-block;
	margin: 2px;
}
#fssList li a	{
	display: block;
	width: 14px;
	height: 14px;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration-color: transparent;
	color: #282828 !important;
	background: #E2E2E2;
	border: 2px solid #FFFFFF;
	border-radius: 16px;
	transition: all 0.3s;
}
#fssList li a:hover	{
	background: #FFFFFF;
}
#fssList li.fssActive a	{
	color: #FFFFFF !important;
	background: #282828;
}