.imageJGD{
    cursor: pointer;
    height: 150px;
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
}
.colGalleryImage{
    margin-top: 25px;
}
SPAN.imgName{
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    text-align: center;
}
SPAN.imgNameSlider{
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.2);
}


.sliderJGD{
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 15000;
}
.swiperImg {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    //background: #000;
    background-position: center;
    background-repeat: no-repeat;
    //background-size: cover;
}
.swiper-pagination-slider{
    position: absolute;
    text-align: center;
    z-index: 10;
}
SPAN.swiper-pagination-bullet{
    margin: 0 15px !important;
}
.swiper-button-next, .swiper-button-prev{
    width: 50px;
    height: 100px;
}
.swiper-button-next{
    border-radius: 25px 0 0 25px;
}
swiper-button-prev{
    border-radius: 0 25px 25px 0;
}
.buttonCloseSlider{
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 30px;
    color: #ddd;
    background: rgba(0,0,0,0.5);
    z-index: 20000;
    cursor: pointer;
}
.buttonCloseSlider:hover{
    background: rgba(0,0,0,1);
    color: #fff;
    border-color: #fff;
}
