div.logotypy ul {
    height: 60px;
    overflow: hidden;
    padding: 0;
    margin: 0px;
}
div.logotypy ul li {
   float: left;
   list-style-type: none;
   height: 60px;
   width: 203px!important;
   display: table;
   background: transparent url("../images/strona/bg_logo1.png") right center no-repeat;
}
div.logotypy div.jedna_galeria {
    display: table-cell;
    vertical-align: middle;
}
div.logotypy div.jedna_galeria img {
    max-width: 203px;
    max-height: 60px;
    display: block;
    margin: 0 auto;
}
div.logo_kontener {
    clear: both;
    overflow: hidden;
    padding: 13px;
    position: relative;
    width: 1073px;
}
div.logotypy {
    margin-left: 30px;
    overflow: hidden;
    width: 1015px!important;
}
#rbtn,
#lbtn {
    height: 11px;
    position: absolute;
    top: 34px;
    width: 7px;
    z-index: 1000;
    cursor: pointer;
}
#lbtn {
    background: url("../images/strona/logotyp_arrow_left.png") no-repeat;
    left: 17px;
    height: 60px;
    width: 19px;
    margin-top: -7px;
    position: absolute;
}
#rbtn {
    background: url("../images/strona/logotyp_arrow_right.png") no-repeat;
    right: 10px;
    height: 60px;
    width: 19px;
    margin-top: -7px;
    position: absolute;
}