#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#lightbox img
{
    width: auto;
    height: auto;
}
#lightbox a img
{
    border: none;
}
#outerImageContainer
{
    position: relative;
    background-color: #e5e5e5;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#imageContainer
{
    padding: 5px;
}
#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#imageDataContainer
{
    font: 12px "Lucida Grande" , Arial, Helvetica, sans-serif;
    background-color: #e5e5e5;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    text-align: left;
}
#imageData
{
    padding: 0 5px;
    color: #333333;
}
#imageData #imageDetails
{
    padding: 15px;
}
#imageData #caption
{
    font-weight: normal;
}
#imageData #numberDisplay
{
    display: block;
    clear: left;
    font-weight: bold;
    color: #bf3013;
    margin-top: 10px;
    font-size: 11px;
}
#imageData #bottomNav
{
    height: 30px;
    background: url(../images/menubackground.gif);
    text-align: right;
}
#imageData #bottomNav a
{
    outline: none;
}
#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}
#simpleIndexLink
{
    display: none;
}


#index-slide img
{
    width:30%;
    display:inline-block;
    margin:3px;
    cursor:pointer;
    border:1px solid transparent;
}

#index-slide img.hover
{
    border:1px solid #000;
}