﻿div.photoGallery 
{
}

div.photoGallery table 
{
    width: 630px;
    border: 1px solid #ff0000;
}

div.photoGallery table td 
{
    border: 1px dotted #0000ff;
}

div.photoGallery table td.spacer
{
    width: 105px;
}

div.photoGallery table td.current
{
    text-align: center;
    vertical-align: middle;
    width: 418px;
    height: 418px;
}

div.photoGallery table td.current img 
{
    border: 1px solid #8d849b;
}

div.photoGallery table td.navigation 
{
    
}

