#galerie_photo .RadImageGallery_Metro {
    width: 100%!important;
}
#galerie_photo .rigThumbnailsList {
    padding: 0!important;
    background: none;
}
#galerie_photo .RadImageGallery .rigThumbnailsList img {opacity: 1;}

#galerie_photo .RadImageGallery .rigScrollPrevButton, .RadImageGallery .rigScrollNextButton {
    left: 0;
    top: 100%;
}

#galerie_photo .RadImageGallery .rigScrollPrevButton {
    position: absolute;
    bottom: 1px;
    top: auto;
    left: 47%;
    opacity: 1;
    background: url(/Files/App_002/Images/left.png) no-repeat center;
    width: 28px;
    height: 16px;
    display: block!important;
    outline: 0;
}
#galerie_photo .RadImageGallery .rigScrollPrevButton:hover {
    background: url(/Files/App_002/Images/left_active.png) no-repeat center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#galerie_photo .RadImageGallery .rigScrollNextButton {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 47%;
    opacity: 1;
    background: url(/Files/App_002/Images/right.png) no-repeat center;
    width: 28px;
    height: 16px;
    display: block!important;
    outline: 0;
}
#galerie_photo .RadImageGallery .rigScrollNextButton:hover {
    background: url(/Files/App_002/Images/right_active.png) no-repeat center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#galerie_photo .RadImageGallery .rigThumbnailsBox div {overflow: hidden!important;}
#galerie_photo .RadImageGallery {background-color: transparent;}
#galerie_photo .RadImageGallery .rigThumbnailsBox {background-color: transparent;}
#galerie_photo .RadImageGallery .rigScrollPrevButton .rigIcon {background: none;}
#galerie_photo .RadImageGallery .rigScrollNextButton .rigIcon {background: none;}
#galerie_photo .RadImageGallery .rigItemBox {margin: 0 auto;width: 100% !important;}

@media (max-width: 1200px) {
  #galerie_photo .RadImageGallery .rigScrollPrevButton {left: 37%;}
  #galerie_photo .RadImageGallery .rigScrollNextButton {right: 57%;}
}

@media (max-width: 992px) {
  #galerie_photo .RadImageGallery .rigScrollPrevButton {left: 28%;}
  #galerie_photo .RadImageGallery .rigScrollNextButton {right: 66%;}
}

@media (max-width: 769px) {
  #galerie_photo .RadImageGallery .rigThumbnailsBoxHorizontal {width: 100% !important;}
  #galerie_photo .RadImageGallery .rigScrollPrevButton {left: 41%;}
  #galerie_photo .RadImageGallery .rigScrollNextButton {right: 41%;}
}


