table.gallery-table td{
    padding-right: 15px;
}
table.gallery-table img{
    border: 1px solid #FFC9BD;
    padding: 2px;
    width: 105px;
    height: 68px;

    background-image: url('border.jpg');
    background-repeat: repeat-x;
    background-position: left bottom;
}