.thumbBox
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    /*
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    */
}
.thumbBox img
{
    max-width: 150px;
    max-height: 150px;
}

.thumbtip
{
    display: none;
}
.thumbex
{
    width: 90px;
    /*display: table-cell;*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 1px 0 1px;
}




