﻿
div.GalleryLeftContent
{
    width: 169px;
    float: left;
    padding-left: 5px;
}

div.GalleryCenterContent
{
    width: 900px;   
    float: left;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #C0C0C0;
    border-width: thin;
}

div.GalleryRightContent
{
    width: 169px;
    float: left;
    padding-left: 5px;
}

div.galleryThumb
{
    width: 100px;
    float: left;
}

img.galleryThumb
{
    border-style: solid;
    border-width: 1px;
    margin-left: 18px;
    margin-top: 13px;
    width: 85px;
    height: 85px;
    float: left;
       border-color: #C0C0C0;
}

div.galleryThumbTitle
{
    background-position: center center;
    background-image: url(/images/sectiontop.png);
    width: 320px;
    height: 40px;
    background-repeat: no-repeat;
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    
}
span.galleryThumbTitle
{
    padding: 10px;
    display: block;
}




