
.thumbnail {
    float: left;
    position: relative;
    /* margin: 0 10px 20px 0;*/
    display: inline;
    zoom: 1;
}

.thumbnail img {
    float: left;
}

.thumbnail:last-child {
    margin-right: 0 !important;
}

