﻿.gallerynav
{
    padding-top:15px;
    clear:both;
    font:80%;/*'helvetica neue',sans-serif*/
    letter-spacing:3px;
    text-transform:uppercase; 
    text-align:center;
}
.info
{
    text-align:left;
    width:700px;
    margin:30px auto;
    border-top:1px dotted #221;
    padding-top:30px;
}
.info p
{
    margin-top:1.6em;
}
.caption
{
    font-style:italic;
    color:#887;
}
.gallerywrapper
{
    position:relative;
    margin-top:2em; 
    text-align:center;
}
.gallery
{
    width:646px;/*702px;*/
    margin:0 auto; /* auto;*/  
    overflow:auto; 
}
.gallery li
{
    width:68px;
    height:50px;
    border:3px double #111;
    margin: 0 2px 2px 0;
    background:#000;
}
.gallery li div{/*left:240px*/}
.gallery li div .caption
{
    font:italic 0.7em/1.4 /*georgia,serif;*/
}
#galleryimage
{
    margin: 0 0 10px 0; 
    text-align: center;
    /*margin:0 auto 60px auto; 
    height:438px;
    width:700px;
    background:black;*/
}
#galleryimage img
{
    border: solid 8px black; 
    /*margin-bottom:10px;*/
}