﻿.Image
{
    width: 100px;
    height:100px;
    float: left;
    text-align: center;
    margin: 10px;
}

.Image a
{
    color: #333;
    text-decoration: none;
}

.Image a:hover
{
    text-decoration: underline;
}

.Image a img
{
    border: 1px solid black;
}


.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.white_content
{
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid White;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.lightboxContent
{
    padding:20px;
    padding-top:8px;
    padding-bottom:8px;
}

.lightboxContent .closeButton
{
    font-weight:bold;
    float:right;
    color:#333;
    text-decoration:none;
    margin-bottom:8px;
}

.lightboxContent img
{
    border:1px solid Black;
}

.lightboxContent .title
{
    display:block;
    width:100%;
    text-align:center;
    margin-top:5px;
    font-size:11px;
    font-weight:bold;
}

.lightboxContent .description
{
    display:block;
    width:100%;
    text-align:center;
}

.lightboxContent .copyright
{
    display:block;
    width:100%;
    text-align:right;
    color:#666;
}
