﻿.strona_dol_ikorator_tlo	{
	width: 100%;
	height: 160px;
	margin: 24px 0px 24px 0px;
	padding-bottom: 20px;
}
.strona_dol_ikorator {
	position: relative;
   max-width: 992px;
	height: 100%;
   margin: 0px auto 0px auto;
   padding: 0px 0px 24px 0px;
   vertical-align: top;
   text-align: center;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.jcarousel-skin-tango2	{
	height: 100%;
}
.jcarousel-container	{
	height: 100%;
}
.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
	text-align: center;
	margin: 0px auto 0px auto;
   padding: 0% 0px 0% 0px;
   overflow: hidden;
	max-width: 888px;
	height: 100%;
	max-height: 100%;
}
.jcarousel-list	{
	display: flex;
	align-items: center;
	height: 100%;
	max-height: 100%;
}
.jcarousel-skin-tango2 .jcarousel-item {
	flex: 1 0 222px;
	max-width: 222px;
	height: 100%;
	max-height: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.jcarousel-skin-tango2 .jcarousel-item > a {
	width: 100%;
	height: 100%;
	max-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jcarousel-skin-tango2 .jcarousel-item > a:hover {
	opacity: 0.55;
}
.jcarousel-skin-tango2 .jcarousel-item > a img {
	height: auto;
	max-height: 150px;
}
.ikorator_pauza	{
	position: absolute;
	top: 0px;
	left:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #0a0a0a;
	width: 96px;
	padding: 0.4% 0px;
	cursor: pointer;
	background: #ececec;
	border:none;
}
.fa-pause	{
	margin: 0px 8px 0px 0px;
}
.ikorator_uruchom	{
	display: none;
	position: absolute;
	top: 0px;
	left:0;
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #0a0a0a;
	width: 96px;
	padding: 0.4% 0px;
	cursor: pointer;
	background: #ececec;
}
.fa-play	{
	margin: 0px 8px 0px 0px;
}
.jcarousel-prev	{
	width: 40px;
	height: 48px;
	background: url('../grafika/ikorator_prev.png') center top no-repeat;
	position: absolute;
	top: 32%;
	left: 0px;
	cursor: pointer;
	display: block!important;
	border:none;
}

.jcarousel-next	{
	width: 40px;
	height: 48px;
	background: url('../grafika/ikorator_next.png') center top no-repeat;
	position: absolute;
	top: 32%;
	right: 0px;
	cursor: pointer;
	display: block!important;
	border:none;
}
.jcarousel-prev:hover, .jcarousel-next:hover	{
	opacity: 0.55;
}