.gallery-item{
    width: 190px;
}
.gallery-item .thumb{
    display: block;
    width: 166px;
    height: 160px;
    background: url(../images/gallery-item.png) top left no-repeat;
    padding:  20px 0 0 25px;
    position: relative;
}
.gallery-item .thumb span{
    display: none; width: 149px; text-align: center;
    position: absolute; left: 25px; top: 50px;
    font-weight: bold; color: #6B6B6B;
    font: 25px "UTM Facebook";
}
.gallery-item .thumb:hover span{
    display: block;
}
.gallery-item h2{
    padding-top: 5px;
    text-align: center;
    color: #6b6b6b;
}
.gallery-item h2 a{
    color: #6b6b6b;
}
.gallery-item .thumb:hover img{
    opacity: 0.3;
}