.thumb-crop {
    display:inline-block;
    position: relative;
    width: 250px;
    height: 200px;
    overflow: hidden;
}

.thumb-crop-m {
    display:inline-block;
    position: relative;
    width: 100%;
    height: 145px;
    overflow: hidden;
}

.thumb-crop img, .thumb-crop-m img{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.td_blank {width: 35px;}
.td_blank_half {width: 15px;}
.rolling_btn {vertical-align: middle; cursor: pointer; width: 20px;}
.thumb-title {width: 250px; line-height: 50px; height: 50px; text-align: center; font-weight: bold; background-color: #EFEFEF;}

.td_blank_m {width: 1%;}
.td_blank_half_m {width: 1%;}
.thumb-title-m {font-size: 8pt; width: 100%; line-height: 30px; height: 30px; text-align: center; font-weight: bold; background-color: #EFEFEF; margin-top:-2.5%;}
