
.gallery
    {
    text-align:center;
    }
.galleryThumbs
    {
    margin:0 auto 1em auto;
    width:60%;
    background-color:#def;
    }
.gallerythumbsTitle
    {
    color:#fff;
    background-color:#800;
    font-weight:bold;
    }
.enlarge
    {
    color:#fff;
    background-color:#800;
    }
.galleryMenu table.level1
    {
    border-bottom:2px solid #47b;
    border-left:2px solid #47b;
    width:80%;
    }
.galleryMenu table.level1 td
    {
    border-bottom:none;
    padding:1em;
    width:45%;
    }
.galleryMenu table.level1 td img
    {
    vertical-align:middle;
    }
.enlarged img
    {
    border:5px inset #06b;
    }

