#references .RadImageGallery .rigThumbnailsBoxHorizontal, #references .RadImageGallery .rigThumbnailsBoxVertical {    margin: 0 auto;}
#references .RadImageGallery_Metro {    width: 100%!important;height:100% !important}
#references .rigThumbnailsList {    padding: 0!important;}
#references .RadImageGallery .rigScrollPrevButton {
    position: absolute;
    bottom: 25px;
    top: auto;
    left: 45%;
    opacity: 1;
    background: url(/Files/App_002/Images/left.png) no-repeat center;
    width: 55px;
    height: 55px;
    display: block!important;
    outline: 0;
}
#references .RadImageGallery .rigScrollPrevButton:hover {
    background: url(/Files/App_002/Images/left.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;
}
#references .RadImageGallery .rigScrollNextButton {
    position: absolute;
    bottom: 25px;
    top: auto;
    right: 45%;
    opacity: 1;
    background: url(/Files/App_002/Images/right.png) no-repeat center;
    width: 55px;
    height: 55px;
    display: block!important;
    outline: 0;
}
#references .RadImageGallery .rigScrollNextButton:hover {
    background: url(/Files/App_002/Images/right.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;
}
#references .RadImageGallery .rigThumbnailsBox div {overflow: hidden!important;}
#references .RadImageGallery {background-color: transparent;}
#references .RadImageGallery .rigThumbnailsBox {background-color: transparent;}
#references .RadImageGallery .rigScrollPrevButton .rigIcon {background: none;}
#references .RadImageGallery .rigScrollNextButton .rigIcon {background: none;}
#references .RadImageGallery .rigItemBox {    margin: 0 auto;    width: 100% !important;    height: 100% !important;}
#references .rigThumbnailsList img {    opacity: 1 !important;}
#references .RadImageGallery .rigThumbnailsList > li {
    float: left;
    list-style: none;
    outline: 2px solid #e1e1e1;
    outline-offset: -5px;
}
#references .rigActiveImage img {max-height: 100vh;}

@media (max-width: 768px) {
#references .RadImageGallery .rigThumbnailsBoxHorizontal {width: 100% !important;}
}

@media (max-width: 992px) {
#references .rigScrollPrevButton {right: 50%!important;margin-right: 41px;}
#references .rigScrollNextButton {left: 50%!important;margin-left: 40px;}
}


#references .RadImageGallery .rigDescriptionBox{   display: none !important;}


