#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
.flexi {
margin-top: 0px;
width: 100%;
float: left;
border: 5px solid #C2C2C2;
background: #fff;
}
.nbs-flexisel-container {
position:relative;
max-width:100%;
}
.nbs-flexisel-ul {
position:relative;
width:9999px;
margin:0px;
padding:0px;
list-style-type:none;
text-align:center;
}
.nbs-flexisel-ul li {
margin-right: 10px;
height: 70px;      
width: 165px !important;
margin-top: 10px;
margin-bottom: 10px;
background: none;    
} 
.nbs-flexisel-ul li a {
display: block;
height: 70px;
width: 165px !important;  
}
.nbs-flexisel-ul li:hover {
background: #ddd;
}
.nbs-flexisel-inner {
overflow:hidden;
float:left;
width:95%;
margin-left: 19px;
margin-top: 0px;
}
.nbs-flexisel-item {
float:left;
margin:0px;
padding:0px;
cursor:pointer;
position:relative;
line-height:0px;  
}
.nbs-flexisel-item img {
cursor: pointer;
position: relative;
margin-left: auto;
margin-right: auto;

 

position: relative;
top: 50%;
transform: translateY(-50%);

max-width:130px;
max-height: 60px;

width: auto;
height: auto; 
}   
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
width: 10px;
height: 20px;
position: absolute;
cursor: pointer;
z-index: 100;
opacity: 1;
margin-top: 0px;
}
.nbs-flexisel-nav-left {
left: 0px;
background: url(../../obrazky/arrow-left.png) no-repeat;
}
.nbs-flexisel-nav-right {
right: 0px;
background: url(../../obrazky/arrow-right.png) no-repeat;
}