﻿#gallery    {
    margin:0 auto;
    padding:0;
    text-align:center;
}

#gallery div#mainimage    {
    width:575px;
    height:400px;
    margin:auto auto;
    padding:0;
    background-color:#fff;
    overflow:hidden;
}

#gallery div#mainimage    {
    position:relative;
}

#gallery div#mainimage a    {
    
}

#gallery div#mainimage h3.image-info-overlay
{

    position: absolute;
    z-index: 99;
    right: 2px;
    bottom: 2px;
    padding: 7px;

    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.8);
    -moz-opacity: 0.65;
    opacity: .65;
    filter: alpha(opacity=65);
    color: #fff;
    font-size:1em;
}

#gallery h3.image-info-underlay   {
    color:#000;
    font-size:.75em;
    font-weight:normal;
}

#thumbnails {
    padding:1px;
    padding-top:3px;
}

#thumbnails a img   {
    margin-right:1px;
    border:1px solid #fff;
}

#thumbnails a img.image-over    {
    border:1px solid #000;
}
