﻿.pnlGallery
{
    text-align: center;
}

.pnlThumbs
{
    border-right: white thin outset;
    border-top: white thin outset;
    border-left: white thin outset;
    border-bottom: white thin outset;
    width: 740px;
    display:block;
}

.pnlFull
{
    border-right: white thin outset;
    border-top: white thin outset;
    border-left: white thin outset;
    border-bottom: white thin outset;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: none;
}

.pnlFull img
{
     cursor: hand;
}

.pnlFull span
{
    cursor: hand;
    color: #a0522d;
}

.HideDiv{display:none;}
.ShowDiv{display:block;}

.pnlOuter
{
    margin-top: 20px;
    margin-left: 20px;
    width: 125px;
    height: 94px;
    background-color: #696969;
    float: left;
}

.pnlInner
{
    position:relative;
    top:-5px;
    left:-5px;
    cursor: hand;
}


.galleryfooter div
{
    clear:both;
    text-align: center;
    padding-top:5px;
    margin-bottom: 15px;
}

.galleryfooter div input
{
    background-color: transparent;
    color: red;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    cursor: hand;
    font-weight: bold;
}

.galleryfooter a
{
    color: #a52a2a;
    text-decoration: none;
}

.galleryfooter a:hover
{
    color: #8b4513;
}

