#clients {
    overflow: auto;
    height: 400px;
}

div.client {
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
    height: 110px;
    width: 110px;
    margin: 0 10px 10px 0;
}

