﻿.thumbnail
{
    border: none;
    padding: 5px;
}

.hidden
{
    display: none;
}

.floatRight
{
    float: right;
    margin-left: 2em;
}

.noBorder
{
    border: none;
}

.photo
{
    text-align: center;
    border: solid 1px #333;
    padding: 1em;
    margin: 1em 2em;
}

.largeThumbnail
{
    width: 260px;
    float: left;
    border: solid 1px #333;
    text-align: center;
    margin-right: 1em;
    font-size: smaller;
}


