#lightbox{
        position: absolute;
        left: 0;
        border-width: 0px;
        margin:0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
        }

#lightbox a img{ border-width: 0px; text-align: center; }

#outerImageContainer{
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin:0 auto;
        border-width: 0px;
        text-align: center;
        }

#imageContainer{
        padding: 3px;
        border-width: 0px;
        margin:0;
        }

#loading{
        background-color: #fff;
        border-width: 0px;
        border: none;
        position: absolute;
        top: 10%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        vertical-align:middle;
        line-height: 0;
        }
#loadingLink{
        border-width: 0px;
        border: none;
        position: absolute;
        top: 20%;
        left: 0%;
        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: 101;
        }
#imageContainer>#hoverNav{ left: 0; border-width: 0px; text-align: center; }
#hoverNav a{ outline: none; border-width: 0px;}

#prevLink, #nextLink{
        border-width: 0px;
        width: 49%;
        height: 100%;
        background: transparent url(../img/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(../img/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/next.gif) right 15% no-repeat; }


#imageDataContainer{
        background-color: #fff;
        margin: 0 auto 40px auto;
        border-width: 0px;
        font-family: lucida sans unicode, lucida grande, arial;
        font-size: 12px;
        color: #000000;
        line-height: 18px;
        border-bottom: 8px white solid;
        }

#imageData{
        border-width: 0px;
        padding:5px 5px 5px 15px;
        }
#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: 0.1em; border-width: 0px; }
#imageData #bottomNavClose{ height:22px; width: 90px; float: right; padding:0px; vertical-align:top; border: none; }

#overlay{
        position: absolute;
        border-width: 0px;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 100%;
        background-color: #c7b0ad;
        filter:alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        }


.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 */
        }
