﻿/* fancybox styles to make the title (caption) bar appear correctly. */
#fbtbl, #fbtbl .main
{
    width: 100%;
}
#fbtbl .l
{
    float: left;
    border-right: solid 1px black;
}
#fbtbl .r
{
    float: right;
    border-left: solid 1px black;
}
#fbtbl .main
{
    text-align: center;
    padding: 0 3px 0 3px;
}


/* the following is not for fancybox, but the system of tables and divs that align them on the page. */
#thumbs
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%; /* following fixes strange margin at the bottom */
    line-height: 0px;
    font-size: 1px;
}
#thumbs table, #thumbs tr, #thumbs td, #thumbs tbody
{
    width: 152px;
    height: 152px;
    margin: 0;
    padding: 0;
    border: none;
}
#thumbs img
{
    border: none;
    margin: 0;
    padding: 0;
}
#thumbs td
{
}
#thumbs a
{
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
}
#thumbs table
{
    float: left;
    display: block;
    margin: 2px;
}
#thumbs img
{
    margin: 0;
    padding: 0;
}

