#lightbox{
        position: absolute;
        border-width: 0px;
        top: 10px;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
        padding-bottom:20px;
        }

#lightbox a img{ border-width: 0px; }

#outerImageContainer{
        position: relative;
        background-color: #777674;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        border: 10px solid #777674;
        }

#imageContainer{
        padding: 10px;
        border: none;
        }

#loading{
        border-width: 0px;
        border: none;
        position: absolute;
        top: 10%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#loadingLink{
        border-width: 0px;
        border: none;
        position: absolute;
        top: 10%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#hoverNav{
        border-width: 0px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        }
#imageContainer>#hoverNav{ left: 0; border-width: 0px;}
#hoverNav a{ outline: none; border-width: 0px;}

#prevLink, #nextLink{
        border-width: 0px;
        width: 49%;
        height: 100%;
        background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
#prevLink { left: 0; float: left; border-width: 0px;}
#nextLink { right: 0; float: right; border-width: 0px;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.mariebinning.com/img/backforward/pfeil_unten_aktiv_full.png) left center no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.mariebinning.com/img/backforward/pfeil_oben_aktiv_full.png) right center no-repeat; }


#imageDataContainer{
        font: 10px arial narrow;
        color: #F2EBE5;
        background-color: #777674;
        margin: 0 auto;
        letter-spacing: 1px;
        line-height: 1.4em;
        border-width: 0px;
        display:block;
        border-top: none;
        border-bottom: 10px solid #777674;
        border-left: 10px solid #777674;
        border-right: 10px solid #777674;
        }

#imageData{
        border-width: 0px;
        padding:0 10px;
        }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; border-width: 0px; }
#imageData #caption{ border-width: 0px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 7px; border-width: 0px; }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-top: 3px; border-width: 0px; }

#overlay{
        position: absolute;
        border-width: 0px;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #302F2C;
        filter:alpha(opacity=10);
        -moz-opacity: 0;
        opacity: 0;
        }


.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        border-width: 0px;
        }

* html>body .clearfix {
        display: inline-block;
        width: 100%;
        border-width: 0px;
        }

* html .clearfix {
        /* Hides from IE-mac \*/
        height: 1%;
        /* End hide from IE-mac */
        }