.vid-tmb
{
    position:relative;
    display:block;
    float:none;
    width:425px;
/*    height:320px; */
    overflow:hidden;
    margin-bottom:12px;
} 

.vid-tmb strong
{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-18px;
    margin-left:-25px;
    width:50px;
    height:36px;
    text-indent:-9999px;
    background:transparent url(/images/sprites/play.png);
    overflow:hidden;
    cursor:pointer
}