﻿#holder
{
    position: relative;
    background: transparent url(pic1b.gif) 175px 54px no-repeat;
    margin-bottom: 10px;
    z-index: 1;
}
#scrollbox
{
    width: 675px;
    height: 200px;
    background: #f4f4f4;
    overflow: auto;
    border: 1px solid #aaa;
    margin:auto;
    white-space: nowrap;
}
a.gallery, a.gallery:visited
{
    display: block;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    /*max-width:238px;*/
    width: 75px;
    height: 47px;
    margin: 3px;
    float: left;
    font-size: 11px;
}

a.gallery span
{
    display: block;
    position: absolute;
    left: 150px;
    top: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: #efedec;
    z-index: 100;
    font-size: 11px;
}
a.gallery:hover
{
    white-space: normal;
    border: 1px solid #fff;
}
a.gallery:hover img
{
    border: 1px solid #000;
    z-index: 100;
}
a.gallery:active img, a.gallery:focus img
{
    border: 1px solid #000;
    z-index: 50;
}

a.gallery:hover span
{
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    top: 170px;
    left: 15px;
    padding: 5px;
    font-style: italic;
    color: #000;
    background: #fff;
    z-index: 100;
    font-size: 11px;
}
a.gallery:active
{
    border: 1px solid #eee;
}
a.gallery:active span, a.gallery:focus span
{
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    top: 170px;
    left: 15px;
    padding: 5px;
    font-style: italic;
    color: #000;
    background: #fff;
    z-index: 50;
}

#thumbs
{
    /*width: 840px;
    height: 60px;*/
    width:100%;
    height:150px;
}
#pad
{
    height: 320px;
    width: 100px;
}
