/* gallery/thumbnail pages only-----------------------------------*/
#thumbTable table{
    border: 0px;
    margin: 0px auto 0px auto;
    padding: 0px;
}
    #thumbTable img{
        border: 0;
        width:125px;
        height:125px;
    }

	/* layout classes */
    .tablehead {
        font-size: 90%;
        color: #334d55;
        font-weight: bold;
        padding: 3px 0px 3px 10px;
        vertical-align:middle;
        background-color:#d5c581;
     }
    .gallerymessage {
        font-size: 90%;
        font-style:italic;
        font-weight:normal;
        text-align:center;
        margin: 5px 0px 0px 0px;
     }
     .clickmessage {font-size:75%; }

