﻿div.gallery div.gallery-img{
    width:33.3333%;
    height:250px;
    padding:0px 15px 30px 15px;
    transition: .5s;
}

div.gallery a{
    display:block;
    width:100%;
    height:100%;
    background-position: center center;
    background-size:cover;
    transition: .5s;
    cursor: pointer;
    position:relative;
}

div.gallery.lt768 div.gallery-img{width:50%}

div.gallery.lt340 div.gallery-img{width:100%}

div.slide img{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

#w-win.is-gallery{
    width:95%;
    height:100% !important;
    padding:0px;
    background-color:transparent;
}

a.dialog_slider_nav
{
    display:block;
    position:fixed;
    top:0;
    bottom:0;
    margin:auto;
    width:70px;
    height:70px;
    z-index:2002;
    color:#fff;
    transition:0.5s;
    font-size:70px;
    line-height:70px;
    display:none;
}

a.dialog_slider_nav:hover{color:#aaa}
a.dialog_slider_nav.prev{left:25px}
a.dialog_slider_nav.next{right:25px}