﻿#slideshow	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#slideshow > li > div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
#fssPrev,
#fssNext,
#fssPlayPause	{
	position: absolute;
	z-index: 1000;
	opacity: 0;
	font-family: "FontAwesome";
	text-align: center;
	color: #FFFFFF;
	transition: all 0.3s;
	text-decoration: none;
}
#fssPrev {
background: url(../grafika/animacja_prev.png) center no-repeat;
    font-size: 0px;
    width: 10%;
    height: 100%;
    top: 0;
    left:10%!important;
}
#fssNext	{
	background: url('../grafika/animacja_next.png') center no-repeat;
    font-size: 0px;
    width: 10%;
    height: 100%;
    top: 0;
    right: 10%!important;
}
#fssPlayPause {
	font-size: 15px;
	padding: 10px;
	background: rgba(0,0,0,0.8);
	right: 13.8%!important;
	margin: -531px 0px 0px 0px!important;
}

#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: block;
	position: relative;
	margin: -50px 0px 0px 0px;
	list-style: none;
	padding: 0px;
	text-align: center
}
#fssList li	{
	display: inline-block;
	margin: 2px;
}
#fssList li a	{
font-size: 0px;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    margin: 4px;
    border: 1px solid #dadada;
    padding: 7px!important;
}
#fssList li a:hover	{
	background: #e9ac22;
}
#fssList li.fssActive a	{
	background:#e9ac22!important;
}