﻿.sub_image 
{
    float: left;
    padding-right: 8px;
    padding-bottom: 3px;
}

#gallery_frame 
{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: auto;
    padding-right: auto;
    border-width: 0px;
    /* background-color: white; */
    background-color: #e6e1c8;
    font-size: 90%;
    text-align: center;
}

#gallery_frame table 
{
    padding-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
}

#gallery_frame caption 
{
    text-align: center;
    font-weight: normal;
    padding-bottom: 8px;
    font-size: 76%;
}

#gallery_frame td 
{
    width: 250px;
    border: solid 1px #e6e1c8;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#gallery_frame td p 
{
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#gallery_frame td:hover 
{
    /* background-color: #f5f5f5; */
    border: solid 1px #a21d2d;
}

#gallery_frame a 
{
    color: black;
    text-decoration: none;
    font-weight: normal;
}

#gallery_frame a:link 
{
}

#gallery_frame a:active 
{
}

#gallery_frame a:hover 
{
    color: #a21d2d;
    text-decoration: none;
}

#gallery_frame a:visited 
{
}
	


