.thumbleft
{
    margin: 0 20px 0 -80px;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    background-color: black;
}


.thumbright
{
    margin: 0 -80px 0 20px;
    height: auto;
    float: right;
    position: relative;
    text-align: center;
    background-color: black;
}

div.frame
{
    clear:both;
    width: 494px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
}

div.phototitle a:hover
{
    background-color: blue;
}

img.thumb
{
    display: inline;
    margin: 5px 5px 0px 5px;
    border: 2px solid #C0C0C0;
}

a:hover img.thumb
{
    border: 2px solid white;
}

div.phototitle
{
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: white;
    margin: 0 3px 5px 3px;
}

div.phototitle a
{
    text-decoration: none;
    color: white;
}

