.thumb {
    display:inline-block;
    position:relative;
    margin:5px;
    padding:2px;    
    float:left;
    background: #444;
    margin-right: 19px;
    margin-bottom: 19px;
}

.thumb:hover {
    background: #333;
    color:#fff;
}
.thumb a {
    text-decoration:none;
}
.thumb img {
    vertical-align:bottom;
    width:285px;
    height:220px;
}

.thumb span {
    background:url(../images/img-play.png) no-repeat center top;
    display:block;
    height:64px;
    left:50%;
    position:absolute;
    text-indent:-9000px;
    top:50%;
    width:84px;
    margin:-19px 0 0 -40px;
}

.thumb ul{
    max-width:224px;
    color:#000;
    display:block;
    margin:0;
    padding:0;
    text-align:center;    
}






