
div.td-image-list-1-wrap ul.images-list {
    list-style-type: none;
    padding: 10px 0px 0px 0px;
    width: 100%;
    height: 100px;
    display: table;
    table-layout: fixed;
    background-color: #e8f2f8;
}

div.td-image-list-1-wrap ul.images-list li {
    display: table-cell;
    width: auto;
    text-align: center;
}
div.td-image-list-1-wrap ul.images-list li img {
    height: 50px;
    top: 0;
    margin: 0 auto;
    display: block;
}
div.td-image-list-1-wrap ul.images-list li > a {
    top: 50px;
    font-weight: bold;
}
