
.woodGall
{
    width:100%;
    height: 100%;
    overflow: auto;
    scrollbar-face-color: black;
    scrollbar-highlight-color: #999999;
    scrollbar-3dlight-color: aliceblue;
    scrollbar-darkshadow-color: #222222;
    scrollbar-shadow-color: #666666;
    scrollbar-arrow-color: #66ffff;
    scrollbar-track-color: #333333;
    background-color: black;
    margin: 0px;
    text-align: center;
}
.woodGall .thmb
{
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 4px;
    text-align: center;
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    width: 148px;
    font-weight: bold;
    font-size: 7pt;
    color: gainsboro;
    font-family: Arial;
    height: 125px;
    margin: 2px;
    float: left;
}
.woodGall .thmbOvr
{
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 4px;
    text-align: center;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    width: 148px;
    font-weight: bold;
    font-size: 7pt;
    color: white;
    font-family: Arial;
    height: 125px;
    margin: 2px;
    cursor: hand;
    cursor: pointer;
    float: left;
}

        #woodZoomImage
        {
            cursor: hand;
            cursor: pointer;
        }