.imagesGallery
{
    position: relative;
}

.imagesGallery .imagesGalleryThumbnails
{
	position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
	
	width: 300px;
    overflow: hidden;
    background: #ffffffb3;
    padding: 1em;
    border-radius: 3px;
    backdrop-filter: blur(5px);
	
}

.imagesGallery .imagesGalleryThumbnails .imagesCarouselWindow .imagesCarouselImagesContainer
{
	padding: 0em;
}

.imagesGallery .imagesGalleryThumbnails .imagesCarouselWindow .imagesCarouselImagesContainer .imagesCarouselImage
{
	width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}