CSS, как центрировать изображения в табличной ячейке

td img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
Super Sheep