.animacja {
	float: left;
	position: relative;
}
.animacja, #slideshow, #slideshow > li> div {
	width: 832px !important;
	height: 392px !important;
	margin: 0px !important;
}
#slideshow	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#slideshow > li {
	width: 100% !important;
	height: 392px !important;
	margin: 0px !important;
}
#slideshow > li > div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

@media all and (max-width: 1023px) {
	.animacja	{display: none;}
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	.animacja, #slideshow, #slideshow > li> div {
		width: 632px !important;
		height: 308px !important;
	}
	#slideshow > li {
		height: 308px !important;
	}
}

#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;
	top: 0;
}
#fssPrev, #fssNext {
	font-size: 0px;
	top: 40%;
	margin: 0px;
	text-decoration-line: none;
	width: 32px;
	height: 64px;
	background: url('../../grafika/podstawowy/animacja_prev.png') 0px 0px no-repeat;
}
#fssNext {
	right: 0;
	background: url('../../grafika/podstawowy/animacja_next.png') 0px 0px no-repeat;
}
#fssPlayPause {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	padding: 8px 14px;
	background: rgba(0,0,0,0.8);
}
#fssPlayPause span {
	font-family: 'Open Sans', sans-serif;
	margin-left: 4px;
}

#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;
}
