div.product{
    float:left;
    width:120px;
    height:140px;
    overflow:hidden;
    padding:5px;
    position:relative;
    text-align:center;
}
div.product div.holder{
    width:120px;
    height:120px;
    vertical-align: middle;
    overflow:hidden;
}
div.product img{
    border:none;
}
div.product img.cover{
    position:absolute;
    left:5px;
    top:5px;
}
