#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: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#outerImageContainer #bottomNavClose 
{
    position: absolute;
    width: 13px;
    height: 13px;
    top: 10px;
    right: 10px;
    outline: none;
}	 	

#imageContainer {
    padding: 10px;
}

#flashObjectIntern {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 500px;
    height: 406px;
    display: none;
    /*z-index: 10;*/
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#prevLink,
#prevLink:link,
#prevLink:visited,
#prevLink:active,
#prevLink:hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 13px;
    background: url(/images/btn-vorige.gif) left top no-repeat;
    display: block;
}

#nextLink,
#nextLink:link,
#nextLink:visited,
#nextLink:active,
#nextLink:hover {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 68px;
    height: 13px;
    background: url(/images/btn-volgende.gif) left top no-repeat;
    display: block;
}

#imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0px 0px 10px 0px;
}

#imageData {
    padding: 0px 10px 0px 10px;
    color: #333333;
}

#imageData #imageDetails {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

#imageData #caption {
    font-weight: bold;
}

#imageData #numberDisplay 
{
    /*
    display: block;
    clear: left;
    float: left;
    padding-bottom: 1.0em;
    */
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}