.image-gallery {
    display: block;
    float: left;
    height: auto;
    width: auto;
    text-align: center; 
    margin: 5px;
    }
.UAiemac .image-gallery {
    width: 100px;
    }

.image-gallery img {
    display: block;
    padding: 2px;
    border: 2px solid #c0c0c0;
    clear: both;
    }

.image-gallery span {
    text-align: center;
    }
.UAiemac .image-gallery span 
    text-align: left;
    }