body.gallery_view .thumbnails .thumbnail {
    width: 150px;
    height: 150px;
    overflow: none;
    cursor: pointer;
    line-height: 150px;
}

body.gallery_view .thumbnails .thumbnail img {
    display: table-cell;
    cursor: pointer;
}