div.product{
    float:left;
    width:120px;
    height:120px;
    overflow:hidden;
    padding:5px;
    position:relative;
    text-align:center;
}
div.product div.holder{
    width:120px;
    height:100px;
    overflow:hidden;
}
div.product img{
    border:none;
}
#panel{
    text-align:center;
    min-height:150px;
}
#panel img{
    width:200px;
}
#size{
    text-align:center;
    padding-top:10px;
    font-weight:bold;
    min-height:20px;
}


