.gallery_table {
    margin: 0;
    padding: 4px 1px 4px 1px;
    padding-bottom: 12px;
    border-spacing: 0;
    font-size: 12px;
    background-color: white;
    color: black;
    border: 3px outset #f0e6f0;
}

.gallery_table th {
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
}

.gallery_table th h2 , .gallery_table th h2 a{
    font-size: 18px;
}

.gallery_table td {
    color: black;
    text-align: center;
    width: 112px;
}

.gallery_table td.picture_cell {
    padding-top: 8px;
    padding-bottom: 0;
}

.picture_cell .picture_div {
    border-right: 1px solid #e0e0e0;
    padding-left: 2px;
    padding-right: 2px;
    height: 104px;
}

.last_picture_cell .picture_div {
    border-right: 0;
}

.picture_div a {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 100px; /* Needed for IE vertical-align */
}


.picture_div a img {
    vertical-align: middle;
}

.picture_cell p {
    border-right: 1px solid #e0e0e0;
    margin-top: 0;
    margin-bottom: 0;
}

.last_picture_cell p {
    border-right: 0;
}

.gallery_table .picture_cell_bottom {
    height: 8px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 0;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0;
}


