table.main div.content {
    padding: 0 200px;
}

table.galery {
    margin-bottom: 10px;
}

table.galery td div {
    width: 148px;
    height: 200px;
    position: relative;
}

table.galery img {
    border: 1px solid #333;
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 128px;
    height: 180px;
    z-index: 0;
    cursor: pointer;
    cursor: hand;
}