div#blockSlideGallery{
    position: relative;
    float: left;
    display: table;
    width: 100%;
    height: 190px;
    margin: 0px 0px 10px 0px;
}
div#blockSlideGallery > h2{
    display: block;
    margin: 0;
    padding: 0px 3px 3px 3px;
    margin: 0px 0px 5px 0px;
    font: bold 19px Arial, "Segoe UI", Tahoma, Verdana, sans-serif;
    color: #505050;
    border-bottom: 1px solid #bfbfbf;
}
div#blockSlideGallery h2 a{
    font: bold 22px Arial, "Segoe UI", Tahoma, Verdana, sans-serif;
    color: #505050;
    text-decoration: none;
}
div#blockSlideGallery h2 a:hover{
    text-decoration: underline;
}
div#blockSlideGallery > div#blockGallerySlides{
    position: relative;
    width: 250px;
    height: 185px;
    overflow: hidden;
    background-color: #fff;
}
div#blockSlideGallery > div#blockGallerySlides > figure{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div#blockSlideGallery > div#blockGallerySlides > figure > a{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
div#blockSlideGallery > div#blockGallerySlides > figure > a > img{
    height: 100%;
    width: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
}
div#blockSlideGallery > div#blockGallerySlides > figure > a:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
        -ms-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg);
}
div#blockSlideGallery > div#blockGallerySlides > figure > figcaption{
    position: absolute;
    z-index: 9;
    bottom: -20px;
    display: table;
    max-height: 120px;
    height: auto;
    width: 100%;
    opacity: 0.90;
    padding: 20px 0px 0px 0px;
    background: url('../img/bgTitleSlideGallery.png') repeat-x top;
    transition: opacity 0.2s, bottom 0.15s linear;
    -webkit-transition: opacity 0.2s, bottom 0.15s linear;
    -moz-transition: opacity 0.2s, bottom 0.15s linear;
    -o-transition: opacity 0.2s, bottom 0.15s linear;
}
div#blockSlideGallery > div#blockGallerySlides > figure:hover > figcaption{
    opacity: 1.0;
    bottom: 0;
}
div#blockSlideGallery > div#blockGallerySlides > figure > figcaption > time{
    position: relative;
    display: block;
    bottom: 0;
    height: 20px;
    padding: 5px 0px 0px 5px;
    font: 11px Arial, Tahoma, Verdana, sans-serif;
    color: #e5e5e5;
}
div#blockSlideGallery > div#blockGallerySlides > figure > figcaption > a{
    position: relative;
    display: block;
    margin: 0px 0px 0px 5px;
    width: 180px;
    max-height: 58px;
    height: auto;
    font: 13px/19px "Segoe UI", Arial, Tahoma, Verdana, sans-serif;
    color: #fff;
    overflow: hidden;
}
div#blockSlideGallery > div#blockGallerySlides > figure > figcaption > a:hover{
    text-decoration: none;
}
div#blockSlideGallery > div#blockGallerySlides > figure > figcaption > div#countPhotos{
    position: absolute;
    right: 5px;
    top: 20px;
    padding: 0px;
    width: 25px;
    height: 25px;
    background: url('../img/iconCountPhotos.png') no-repeat left center;
    cursor: default;
}
div#blockSlideGallery > div#blockGallerySlides > figure > figcaption > div#countPhotos > span{
    position: absolute;
    display: block;
    top: 3px;
    left: 1px;
    width: 20px;
    height: 14px;
    font: bold 12px Arial, "Segoe UI", Tahoma, Verdana, sans-serif;
    color: #fff;
    text-align: center;
}
div#blockSlideGallery > ul#listRoundButton{
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
div#blockSlideGallery > ul#listRoundButton li{
    position: relative;
    float: left;
    padding: 0;
    margin: 0px 5px 0px 0px;
    width: 14px;
    height: 14px;
    text-indent: -999999px;
    cursor: pointer;
    background: url('../img/iconRoundWhite.png') no-repeat center center;
}
div#blockSlideGallery > ul#listRoundButton li.activePoint{
    background: url('../img/iconRoundRed.png') no-repeat center center;
}
img.imgLoader{
    position: absolute;
    top: 75px;
    left: 110px;
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 990px) {
    div#blockSlideGallery {
        width: 30%;
        margin: 0;
        float: left;
        margin-right: 40px;
    }
    div#blockSlideGallery > div#blockGallerySlides {
        width: 100%;
        height: 199px;
    }
}

@media screen and (max-width: 820px) {
    div#blockSlideGallery {
        margin-right: 20px;
    }
}

@media screen and (max-width: 651px) {
    div#blockSlideGallery {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}