@charset "UTF-8";

.thumb_img {
    position: relative;
    width: 100px;
    height: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    vertical-align: middle;
}
