﻿.jcarousel-skin-tango2	{
	margin: 0 auto;
}
.jcarousel-container	{
}
.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
	/*text-align: center;
	margin: 0px auto 0px auto;
   padding: 0% 0px 0% 0px;*/
   /*overflow: hidden;*/
	/*max-width: 960px;*/
	/*height: 145px;
	max-height: 145px;
	display: flex;
	align-items: center;*/
	height: 145px;
	text-align: center;
    margin: 0px auto 0px auto;
    padding: 0% 0px 0% 0px;
    overflow: hidden;
    max-width: 960px;
    max-height: 100%;
}
.jcarousel-list	{
	display: flex;
}
.jcarousel-skin-tango2 .jcarousel-item {
	flex: 0 0 calc(100%/4);
	max-width: 240px;
	height: auto;
	text-align: center;
	padding: 22px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.jcarousel-skin-tango2 .jcarousel-item > a {
	width: 100%;
	height: 50%;
}
.jcarousel-skin-tango2 .jcarousel-item > a:hover {
	opacity: 0.55;
}
.jcarousel-skin-tango2 .jcarousel-item .ikona_firma	{
	max-width: 100%;
	max-height: 96px;
}
.ikorator_pauza	{
	position: absolute;
	top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #0a0a0a;
	width: 96px;
	padding: 0.4% 0px;
	cursor: pointer;
	background: #ececec;
	opacity: 0;
	z-index: 9;
}

.fa-pause	{
	margin: 0px 8px 0px 0px;
}
.ikorator_uruchom	{
	display: none;
	position: absolute;
	top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #0a0a0a;
	width: 96px;
	padding: 0.4% 0px;
	cursor: pointer;
	background: #ececec;
	opacity: 0;
}
.strona_dol_ikorator:hover .ikorator_pauza, .strona_dol_ikorator:hover .ikorator_uruchom
{
	opacity: 1;
}
.fa-play	{
	margin: 0px 8px 0px 0px;
}
.jcarousel-prev	{
	width: 10px;
	height: 15px;
	background: url('../../grafika/podstawowy/ikorator_prev.png') center top no-repeat;
	position: absolute;
	top: 40%;
	left: 0px;
	cursor: pointer;
}

.jcarousel-next	{
	width: 10px;
	height: 15px;
	background: url('../../grafika/podstawowy/ikorator_next.png') center top no-repeat;
	position: absolute;
	top: 40%;
	right: 0px;
	cursor: pointer;
}
.jcarousel-prev:hover, .jcarousel-next:hover	{
	opacity: 0.55;
}
