/* Gallery */
table.Gallery
{
    display: block;
    width: 100%;
}
div.GalleryPreviews
{
    margin: auto;
}
div.GalleryItem
{
    float: left;
    margin: 2px 2px 0px 2px;
}
div.GalleryControls
{
    clear: both;
}
img.GalleryPreviewImage
{
}
p.GalleryImageName
{
    text-align: center;
    font-weight: bold;
}
img.GalleryImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.GalleryImageDescription
{
}
.GalleryPrevious
{
    background: url('../images/Default/Previous.gif') no-repeat;
    width: 20px;
    height: 20px;
}
.GalleryPrevious span
{
    display: none;
}

#Blur
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: black;

    display: none;

    filter: alpha(opacity=80);
    opacity: .80;
    z-index: 10000;
}

#GalleryViewer
{
    position: absolute;
    margin: auto;
    background: white;
    padding: 10px;

    display: none;
    color: black;
    z-index: 10001;
}

#GalleryImage
{
    border: solid 1px black;
    margin: 1px;
    cursor: pointer;
}

#GalleryTitle
{
    padding: 5px 0px 0px 0px;
    margin: 0px;
    color: black;
    text-align: right;
    font-weight: bold;
}

#GalleryDescription
{
    padding-top: 5px;
    text-align: justify;
}

#GalleryTags
{
    text-align: left;
    font-size: 7pt;
}

div.GalleryShortCut
{
    position: absolute;
    top: 65px;
    left: 70px;
    /* z-index: 100; */
}

div.GalleryMenu
{
    position: absolute;
    top: 60px;
    left: 5px;
}
