﻿.thumbnail-cell {
    padding: 0px 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    /*border: 1px solid #eee;*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail-cell :hover {
        border-color: #ddd;
    }

    .thumbnail-cell img {
        position: relative;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .thumbnail-cell img:hover {
        opacity: 0.8;
    }

    .thumbnail-cell .price {
        position: relative;
        display: block;
        margin: 8px;
    }

    .thumbnail-cell .caption {
        position: relative;
        display: block;
        margin: 8px 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .thumbnail-cell h5 {
        font-weight: bold;
    }

    .thumbnail-cell h5 span {
        font-size: small;
        font-weight: normal;
    }

    .tag-pano {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        width: 51px;
        height: 35px;
        background: url(../Images/pano_bg.png) no-repeat;
    }
