﻿/* width */
#mxFotogalerieContainer::-webkit-scrollbar, #mxFotogalerieContainer::-webkit-scrollbar {
    width: 10px;
}
/* Track */
#mxFotogalerieContainer::-webkit-scrollbar-track, #mxFotogalerieContainer::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 10px;
}
/* Handle */
#mxFotogalerieContainer::-webkit-scrollbar-thumb, #mxFotogalerieContainer::-webkit-scrollbar-thumb {
    background: var(--img-slider);
    border-radius: 10px;
}
    /* Handle on hover */
    #mxFotogalerieContainer::-webkit-scrollbar-thumb:hover, #mxFotogalerieContainer::-webkit-scrollbar-thumb:hover {
        background: var(--img-slider-hover);        
    }
