/* example_4 css */
#gallerycontainer
{
    position: relative; /* important */
    overflow: hidden; /* important */
    width: 590px; /* important */
    height: 331px; /* important */
    background: #000;
    margin: -24px -24px 18px -24px;
}

#gallery
{
    position: absolute;
    top: -12px;
    left: 0;
    width: 442px;
    height: 331px;
}

.thumbcontainer
{
    padding: 32px 12px;
    background: #111;
    left: 442px;
    position: absolute;
    z-index: 51;
}

.thumbpanel
{
    width: 148px;
    overflow: hidden;
    height: 268px;
}

.thumbtray
{
    margin: 0;
}

.linkBack,
.linkNext
{
    text-indent: -9999em;
    cursor: pointer;
}

.linkBack
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 148px;
    height: 20px;
    background-image: url(/img/common/btn-gallery-up.png);
}

.linkNext
{
    position: absolute;
    top: 311px;
    left: 0px;
    width: 148px;
    height: 20px;
    background-image: url(/img/common/btn-gallery-dn.png);
}

.thumbnail
{
    border: 1px solid white;
}
