/*  Lightbox
---------------------------------------------------------------------------------------------------------------*/
#lightbox1
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

.lightbox img
{
    border: none;
}


.lightboxDesc
{
    display: none;
}

.innerLightbox
{
    position: absolute;
    margin: 0 auto;
    z-index: 101;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}

/*  OuterImageContainer
---------------------------------------------------------------------------------------------------------------*/
.outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    font: 1, Arial, Helvetica, sans-serif;
}

/*  ImageContainer
---------------------------------------------------------------------------------------------------------------*/
.imageContainer
{
    padding: 10px;
}

.loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/*  HoverNav
---------------------------------------------------------------------------------------------------------------*/
.hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.imageContainer > .hoverNav
{
    left: 0;
}
.hoverNav a
{
    outline: none;
}

.prevLink, .nextLink
{
    width: 49%;
    height: 100%;
    /*background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
}
.prevLink
{
    left: 0;
    float: left;
}
.nextLink
{
    right: 0;
    float: right;
}
.prevLink:hover, .prevLink:visited:hover
{
    background: url(../images/lightbox/prev.gif) left 15% no-repeat;
}
.nextLink:hover, .nextLink:visited:hover
{
    background: url(../images/lightbox/next.gif) right 15% no-repeat;
}

.lightboxImage
{
    position: relative;
}

/*  ImageDataContainer
---------------------------------------------------------------------------------------------------------------*/
.imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 0 0.1em 0;
}

.imageData
{
    padding: 0 10px;
    color: #666;
}
.imageData .imageDetails
{
    width: 49%;
    float: left;
    text-align: left;
}
.imageData .caption
{
    font-weight: bold;
}
.imageData .numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
.imageData .bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/*  Header
---------------------------------------------------------------------------------------------------------------*/
#headerContainer
{
    width: 100%;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 105;
}

#header
{
    position: relative;
    top: 0;
    height: 95px;
    width: 100%;
    z-index: 105;
    overflow: hidden;
    margin: 0 auto;
}

#headerBG
{
    top: 0;
    height: 80px;
    position: relative;
    z-index: 92;
    background-color: #FFFFFF;
    border-bottom: thin solid #CCCCCC;
}

#indexForward
{
    float: right;
    width: 10px;
    height: 80px;
    position: relative;
    z-index: 105;
    background-image: url( "../images/lightbox/HeaderBarArrowRight.gif" );
}

#indexBackward
{
    float: left;
    width: 10px;
    height: 80px;
    position: relative;
    z-index: 105;
    background-image: url( "../images/lightbox/HeaderBarArrowLeft.gif" );
}

#headerImageContainer
{
    height: 100%;
    position: relative;
    z-index: 92;
    top: 0;
    text-align: center;
    margin: 0 auto;
}

#headerImageContainer div img
{
    max-height: 60px;
    position: relative;
    top: 10px;
}

#headerIndexSelected
{
    padding: 0 5px 0 5px;
    width: auto;
    background-color: #AFDEE0;
    position: relative;
    float: left;
    height: 80px;
}

#headerIndexBG
{
    padding: 0 5px 0 5px;
    width: auto;
    position: relative;
    float: left;
    height: 80px;
}

#headerIndexBG:hover
{
    background-color: #D9EFF0;
}

#headerIndexBG img
{
    position: relative;
}

/*  HeaderBar
---------------------------------------------------------------------------------------------------------------*/
#headerBar
{
    position: absolute;
    font: 0, "Times New Roman" , Times, serif;
}

#headerBarImage
{
    height: 14px;
    top: 0;
}

#headerBarLeft
{
    top: 0;
    left: 0;
    position: absolute;
    z-index: 101;
}

#headerBarRight
{
    top: 0;
    right: 0;
    position: absolute;
    z-index: 101;
}

#headerBarArrow
{
    position: absolute;
    top: 3px;
    right: 50%;
    width: 8px;
    height: 8px;
    background-image: url(../images/lightbox/headerBarArrowDown.gif);
    z-index: 102;
}
