.animacja {
	position: relative;
	margin-top: 8px;
}
#slideshow, #slideshow > li> div {
	width: 990px !important;
	height: 389px !important;
	margin: 0px !important;
}
#slideshow	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#slideshow > li {
	width: 100% !important;
	height: 389px !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;}
}

#fssPrev, #fssNext, #fssPlayPause	{
	position: absolute;
	z-index: 1000;
	opacity: 0;
	font-family: FontAwesome;
	text-align: center;
	color: #595959;
	transition: all 0.3s;
	text-decoration-color: transparent;
	top: 0;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
#fssPrev, #fssNext {
	font-size: 32px;
	top: 50%;
	margin: 0 8px;
	text-decoration-line: none;
	padding: 10px;
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	transition: all 0.3s;
	font-family: FontAwesome;
	font-size: 0px;
	border-radius: 50px;
}
#fssPrev {
	left: -35px;
}
#fssNext {
	right: -35px;
}
#fssPrev:after {
	font-size: 25px;
	content: "\f053";
	position: absolute;
	top: 18px;
	left: 20px;
}
#fssNext:after {
	font-size: 25px;
	content: "\f054";
	position: absolute;
	top: 18px;
	left: 23px;
}
#fssPlayPause {
	margin: 8px 0px 0px 8px;
	font-size: 14px;
	padding: 8px 14px;
	background: #fff;
}
#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;
}
