﻿.thumb img {
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0);
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    max-height: 175px;
    margin: 0 auto;
}

    .thumb img:hover {
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1);
    }

.thumb {
    padding: 5px;
    height:185px;
}

.mini_img{
    max-width: 100%;
    max-height: 207px;
}

.button-list {
    text-align: center;
    padding: 6px;
}