#galleryOverlay
{
    position: absolute;
    background-color: #000;
}
#galleryOuterContainer
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    z-index: 4;   
}
#galleryContainer
{
    width: 600px;
    border: 4px solid #ccc;
    background-color: #fff;
    margin:  40px auto 0;
    padding: 24px 12px 6px;
}

#galleryScrollerContainer
{
    position: relative;
    padding: 12px;
    height: 70px;
}
#galleryScroller
{
    margin-left: 30px;
}
#galleryImageContainer
{
    padding: 12px 0  24px;
    text-align: center;
}
#galleryLrgImage
{
    border:1px solid #ccc;
    padding: 8px;
    margin: 0 auto;
}
#galleryThumbs
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#galleryThumbs li
{   
    padding: 4px;
    border: 1px solid #ccc;
    margin: 0 4px;
    background-color: #fff;
}
#galleryThumbs li a
{
    display: block;
    height: 60px;
    overflow: hidden;
    outline: none;
}

#prevLink
{
    position: absolute;
    top: 8px;
    left: 248px;
    width: 21px;
    height: 21px;
    outline: none;
    background: url(../images/icons/btn_previous.gif) no-repeat 0 50%;
    text-indent: -9999em;
}
#nextLink
{
    position: absolute;
    top: 8px;
    right: 248px;
    width: 21px;
    height: 21px;
    outline: none;
    background: url(../images/icons/btn_next.gif) no-repeat 100% 50%;
    text-indent: -9999em;
}

#galleryPrev
{
    position: absolute;
    top: 36px;
    left: 10px;
    width: 21px;
    height: 21px;
    outline: none;
    background: url(../images/icons/btn_previous.gif) no-repeat 0 50%;
    text-indent: -9999em;
}
#galleryNext
{
    position: absolute;
    top: 36px;
    right: 10px;
    width: 21px;
    height: 21px;
    outline: none;
    background: url(../images/icons/btn_next.gif) no-repeat 100% 50%;
    text-indent: -9999em;
}
#galleryCloseLink
{
    position: absolute;
    top: 6px;
    right: 8px;
    font-weight: bold;
    width: 21px;
    height: 21px;
    background: url(../images/icons/btn_close.gif) no-repeat 100% 50%;
    text-indent: -9999em;
    outline: none;
}