@charset "UTF-8";

#video {text-align:center;}

#bigPhoto .grafika {
    max-width: 754px;
    text-align: center;
    clear: both;
    position: relative;
}

#bigPhoto .grafika img {
    max-width: 732px;
    padding: 0px;
    text-align: center; 
    cursor: pointer;
    margin: auto;
}

.panel_box_galeria {
    border: 1px solid #0079A6;
    padding: 5px;
}

.gal_foto_box {
    width: 100%;
    overflow: auto;
    height: 180px;
}

.gal_foto_box .grafika{
    margin: 0px 2px;
}

td.foto_box div.grafika {
    float:left;
    margin:0px 5px 0px 5px;
    max-height:150px;
    text-align:center;
    width:auto;
    cursor: pointer;
}

td.foto_box div.grafika img {
    max-height:160px;
    max-width:250px;
    padding:0;
    text-align:center;
    cursor: pointer;
}

.photo-prev
{
    background: url("../../images/blank.gif") no-repeat scroll left 50% transparent;
    cursor: pointer;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
}

.photo-next
{
    background: url("../../images/blank.gif") no-repeat scroll right 50% transparent;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
}

.photo-prev:hover
{
    background: url("../../images/prev.gif") no-repeat scroll left 50% transparent;
}

.photo-next:hover
{
    background: url("../../images/next.gif") no-repeat scroll right 50% transparent;
}