#gallery-nav /* CSS Document */ /* CSS Document */
{
    height: 34px;
    width: 797px;
    margin-left: auto;
    text-align: right;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B5B5B5;
    margin-top: auto;
    margin-bottom: 30px;
}
#gallery-nav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#gallery-nav ul li
{
    float: right;
    height: 26px;
    width: 146px;
    padding-top: 7px;
    padding-right: 15px;
}
#gallery-nav ul li a
{
    display: block;
    height: 21px;
    width: 146px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #B5B5B5;
    border-right-color: #B5B5B5;
    border-left-color: #B5B5B5;
    text-align: center;
    padding-top: 5px;
    background-color: #1e64a2;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#gallery-nav ul li a:hover
{
    background-color: #B95028;
    color: #FFFFFF;
}
#gallery-nav ul li a.selected
{
    display: block;
    height: 21px;
    width: 146px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #B5B5B5;
    border-right-color: #B5B5B5;
    border-left-color: #B5B5B5;
    text-align: center;
    padding-top: 5px;
    background-color: #FFFFFF;
    color: #1E64A2;
    font-weight: bold;
    text-decoration: none;
}
#gallery
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 7px;
}
#gallery img
{
    border: 1px solid #B5B5B5;
}

#gallery ul
{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}
#gallery ul li
{
    float: left;
    width: 193px;
    background-image: url(../images/gallery-bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 4px;
    height: 234px;
}
#gallery ul li a
{
    display: block;
    height: 226px;
    width: 193px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 10px;
    padding-top: 8px;
    cursor: hand;
}
#gallery ul li a:hover
{
    color: #257CCB;
    text-decoration: none;
}
#gallery-text
{
    border-bottom: 1px solid #B5B5B5;
    margin-bottom: 10px;
    margin-left: auto;
    margin-top: auto;
    width: 797px;
}

#image-box
{
    width: 166px;
    height: 162px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
}

.title
{
    float: left;
    padding-left: 13px;
}

#text-box
{
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    line-height: 18px;
}

.image-container-sold
{
    position: absolute;
}

.image-sold
{
    width: 193px;
    height: 234px;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 10;
    position: relative;
    border: 0px;
}

.sold-image
{
    border: 0px;
    margin-top: -7px;
}

a.lightbox
{
    text-decoration: underline;
}

a.lightbox:hover
{
    text-decoration: none;
}
