@charset "UTF-8";

section.video 
{ 
    padding: 15px 0;
    text-align: center; 
}

#bigPhoto .grafika
{ position: relative; }

#bigPhoto .grafika img
{
    text-align: center;
    clear: both;
    margin: auto;
    cursor: pointer;
}

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

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

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

td.foto_box div.grafika img {
    padding:0;
    text-align:center;
    cursor: pointer;
}

.photo-prev
{
    background: url("../GIF/BLANK.GIF") no-repeat scroll left 50% transparent;
    cursor: pointer;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
}

.photo-next
{
    background: url("../GIF/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("../GIF/PREV.GIF") no-repeat scroll left 50% transparent;
}

.photo-next:hover
{
    background: url("../GIF/NEXT.GIF") no-repeat scroll right 50% transparent;
}