@charset "UTF-8";

#bigPhoto .grafika {
    width: 100%;
    max-height: 350px;
    text-align: center;
    clear: both;
}

#bigPhoto .grafika img {
    max-width: 440px;
    max-height: 350px;
    padding: 0px;
    text-align: center; 
    cursor: pointer;
}

.panel_box_galeria {
    border: 1px solid #0079A6;
    padding: 5px;
}

.box_zajawki {
    padding: 7px 5px 7px 5px;
    background: url('../../images/portal/tlo_zajawka.png') no-repeat top left;
}


.gal_foto_box {
    width: 100%;
    overflow: auto;
    height: 140px;
}

.gal_foto_box .grafika{
    margin: 0px 2px;
}

td.foto_box div.grafika {
    float:left;
    margin:0px 2px 0px 2px;
    max-height:150px;
    text-align:center;
    width:auto;
    cursor: pointer;
}

td.foto_box div.grafika img {
    max-height:109px;
    max-width:155px;
    padding:0;
    text-align:center;
    cursor: pointer;
}