#gallery
{
    background-color: #ecf4c6;
    padding: 0px 0px 0px 0px;
    text-align: center;
    height: 410px;
    overflow: auto;
}
#gallery ul
{
    padding: 0px 0px 0px 0px;
    list-style: none;
}
#gallery ul li
{
    display: inline;
    padding: 0px 0px 0px 0px;
}
#gallery ul img
{
    border-left: solid 7px #9ca476;
    border-right: solid 7px #bcc496;
    border-top: solid 7px #9ca476;
    border-bottom: solid 7px #bcc496;
}
#gallery ul a:hover img
{
    border: solid 7px #dce4b6;
    border-width: 7px 7px 7px 7px;
    color: #f8ffd6;
}
#gallery ul a:hover
{
    color: #f80000;
    border: solid 0px #9ca476;
}
#gallery ul a:hover visited
{
    color: #f80000;
    border: solid 0px #9ca476;
}

