﻿
/* ****************************** */
/*             gallery            */
/* ****************************** */

table.galTable
{
    width: 100%;
    border-top: solid 2px #acacac;
    border-bottom: solid 2px #acacac;
    border-left: solid 1px #acacac;
    border-right: solid 1px #acacac;
}

td.galHead, td.galFoot
{
    background-color:#dedede;
    text-align:center;
    font-weight:bold;
    }

 td.galRow, td.galPic
 {
    border-bottom:solid 1px #acacac;
    text-align:center;
    }
 
 td.galTDNext 
 {
    background-color:#dedede;
    width:15%;
    text-align:center;
    font-weight:bold;
    }
    
 td.galTDPrev 
 {
    background-color:#dedede;
    width:15%;
    text-align:center;
    font-weight:bold;
    }


 td.galTDCount
 {
    background-color:#dedede;
    width:70%;
    text-align:center;
    font-style:italic;
    }
    

img.galThumb, img.galImg
 {
    border: none;
    }