﻿#slideshow	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#slideshow > li > div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#fssPrev,
#fssNext,
#fssPlayPause	{
	position: absolute;
	z-index: 1000;
	opacity: 0;
	font-family: FontAwesome;
	text-align: center;
	color: #ffffff;
	transition: all 0.3s;
	text-decoration-color: transparent;
}
#fssPrev {
	background: url('../../grafika/podstawowy/animacja_prev.png') 0px 0px no-repeat;
	font-size: 0px;
	width:14px;
	height:22px;
}
#fssNext	{
	background: url('../../grafika/podstawowy/animacja_next.png') 0px 0px no-repeat;
	width:14px;
	height:22px;
	font-size: 0px;
}
#fssPlayPause {
	font-size: 14px;
	padding: 10px;
	background: #43484c;
	width:96px;
}

#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;
}


#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: 'Open Sans', 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;
}
