.gallery_title {
    font-size: 24px;
    margin: 0px;
    margin-bottom: 30px;
}


table.thumb_grid {
    table-layout: fixed;
    margin: 0px;
    border: 0px;
    width: 800px;
}

table.thumb_grid td {
    border: 0px;
    vertical-align: bottom;
    padding-bottom: 30px;    
}


.thumb_text {
    display: block;
    font-size: 10px;
    text-align: left;
}

a.thumb_text {
    text-decoration: none;
    color: black;
}

a:hover.thumb_text {
    color: #22f;
    text-decoration: underline;
}

.thumb_img img {
    border: none;
}
