div#gallery_church,
div#gallery_church_interior,
div#gallery_vicar,
div#gallery_fund_raising
{
    position: absolute;
    top: 50px;
    left: 50%;
    width: 750px;
    height: 560px;
    margin: 0px 0px 0px -375px;
    padding: 0px;
    background-color: #000000;
    z-index: 4;
    visibility: hidden;
}

div#gallery_container div#gallery_church,
div#gallery_container div#gallery_church_interior,
div#gallery_container div#gallery_vicar,
div#gallery_container div#gallery_fund_raising
{
    visibility: visible;
    display: block;
}

div#gallery_container
{
    width: 700px;
    padding: 20px 0px 0px 25px;
}

div#greyout
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 3;
    visibility: hidden;
}

div.main_image img
{
    position: relative;
    margin: 0px auto 0px auto;
    border: 1px solid #ffffff;
}

div.main_image
{
    height: 435px;
}

p.nav
{
    position: relative;
    width: 100%;
    float: left;
}

a#close_gallery_button
{
    position: absolute;
    width: auto; height: auto;
    right: 0px; top: 0px;
    margin: 5px 5px 0px 0px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a#close_gallery_button:hover
{
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.pre_gallery
{
    margin: 0px 0px 20px 0px;
    float: left;
}

