﻿#gallery 
{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: visible;
}

#gallery_listing
{
    height: 100%;
}

.gallery_topic
{
    float: left;
    text-align: center;
    background-color: #BDBBBC;
    margin: 10px;
    padding: 10px;
}

.gallery_topic:hover
{
    background-color: #6D0A0A;
    cursor: pointer;
    cursor: hand;
}

.gallery_topic img 
{
    width: 150px;
    height: 150px;
}

.gallery_topic p
{
    font-weight: bold;
}

.gallery_images
{
    position: absolute;
    top: 50px;
    left: 0px;
    text-align: center;
    display: none;
}

.gallery_images p
{
    margin-bottom: 7px;
    margin-left: 5px;
}

.gallery_images a
{
    border: none !important;
}

.gallery_images img
{
    margin: 7px;
}

.close_gallery
{
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
}
