﻿/*  Gallery layout
//
//
//
//  Front Page
//-------------------------------------------------------------*/

td.albumCell
{
    vertical-align: bottom;
    padding-bottom: 10px;
    padding-right: 10px;
}

td.albumCell img
{
    display: block;
    max-width: 90px;
    border: 0px;
}

td.albumCell a.image img
{
    border: solid 1px #ccc;
    padding: 2px;
    margin-bottom: 5px;
}

td.albumCell a.image:hover img
{
    border: solid 1px #315d85;
    padding: 2px;
}

td.albumCell a.desc
{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

/* ------------------------------------------------------------------------ */
.main_image
{
    text-align: center;
}

.main_image img
{
    max-width: 460px;
    margin-bottom: 10px;
}

.enlarge_link
{
    margin: 0px auto;
    text-align: center;
}

.caption
{
    font-weight: bold;
    text-align: center;
}

.photo_info
{
    text-align: right;
    margin-top: -6px;
    margin-bottom: 6px;
    padding-bottom: 7px;
    color: #999;
    background: url(/-/images/dots.gif) repeat-x bottom;
}