.galleryImages
{
    display: none;
    position: absolute;
    top: 0px;
    padding: 20px 20px 10px 20px;
    border: solid 5px #cccccc;
    background-color: #eeeeee;
    z-index: 6;
}

.galleryImages DIV { text-align: left; width: 100%; }
.galleryImages DIV H3 { margin: 2px 0px; padding: 0; font-weight: bold; font-size: 13px; }
.galleryImages DIV P { margin: 0; padding: 2px 0px; }

.galleryImageLinks
{
    border: solid 2px #eeeeee;
    position: relative;
    text-decoration: none;
    z-index: 1;
    display: block;
}

.galleryImageLinks:Hover
{
    border: solid 2px gray;
}

.galleryBackground
{
    display: none;
    background-color: #333;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.70;
    z-index: 5;
}

.galleryUL
{
    cursor: default;
    list-style: none;
    margin: 0px;
}

.galleryLI
{
    background: #eee;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    display: inline;
    float: left;
    margin-bottom: 2px;
    padding: 4px;
    list-style-image: none;
    margin-left: 2px;
}

DIV.desc 
{ 
    display: none; 
    position: absolute; 
    border: 1px solid #333; 
    background: #FFFFF0; 
    text-align: left; 
    width: 250px; 
    z-index: 3;
}


DIV.desc H1 { font-size: 14px; color: #FFF; font-weight: normal; margin: 0; padding: 1px 4px; background-color: #592A00; }
DIV.desc P  { font-size: 11px; color: #491A00; margin: 0; padding: 5px 10px;}




