#lightboxImage
    {
    border: 1px solid #666;
    }

#lightbox{
    position: absolute;
    top: center;
    left: center;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    }

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    top: 0;
    left: 0;
    background: #f1f1f1 url(../images/system/loading2_choice.gif) no-repeat center center;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border: 1px dotted #bbb;
    }

#outerImageContainer #bottomNavClose{
    position: absolute;
    top: -25px;
    right: 0px;
    width: 66px;
    padding-bottom: 0.7em;
    }

#imageContainer{
    padding: 0px;
    margin-top: -1px;
    margin-left: -1px;
    }

#imgCover
    {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/system/spacer.gif);
    }

#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    }

#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: transparent;
    margin: 0 auto;
    line-height: 1.4em;
    }

#imageData{
    padding:0 10px;
    position: relative;
    top: 0;
    left: 0;
    }

#imageData #imageDetails{
                     width: 100%;
                     text-align: center;
                     padding-top: 1.5em;
                     }

#imageData #caption{ font-weight: bold; color: #666;}
                     
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;    }            

#hoverNav{
    position: absolute;
    top: 10px;
    left: 0;
    height: 22px;
    width: 100%;
    z-index: 10;
    }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
    width: 55px;
    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 { background: url(../images/system/arrow_left.gif) left 100% no-repeat; }
#nextLink { background: url(../images/system/arrow_right.gif) right 100% no-repeat; }

#prevLink:hover, #prevLink:visited:hover { background: url(../images/system/arrow_left_hilight.gif) left 100% no-repeat; cursor: pointer;}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/system/arrow_right_hilight.gif) right 100% no-repeat; cursor: pointer;}

#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #fff;
    }
    

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html>body .clearfix {
    display: inline-block; 
    width: 100%;
    }

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    }    
    
