#lightbox {
        position: absolute;
		margin: 0 auto; 
        top: 20px;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
        }

#lightbox a img { border: none; }

#outerImageContainer {
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
		border: 5px solid #000000;
		border-bottom: none;
        }

#imageContainer {
        padding: 10px;
        }

#loading {
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#hoverNav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        }
#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
        width: 49%;
        height: 100%;
        background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { cursor: url("../images/lightbox/previous.cur"), pointer; background: url('../images/lightbox/prevlabel.gif') left 50px no-repeat; }
#nextLink:hover, #nextLink:visited:hover { cursor: url("../images/lightbox/next.cur"), pointer; background: url('../images/lightbox/nextlabel.gif') right 50px no-repeat; }

#imageDataContainer {
        background-color: #fff;
        margin: 0 auto;
		border: 5px solid #000000;
		border-top: none;
		position: relative; 
}

#imageData { padding:0 }
#imageData #imageDetails { padding: 0 10px 10px 10px; text-align: left; }
#imageData #caption { font-size: 13px; color: #404040; display: block; }
#imageData #numberDisplay { display: block; padding: 10px 0 0 0; font-size: 10px; text-transform: uppercase; color: #606060; }
#imageData #bottomNavClose { margin: 10px 0 0 0; position: absolute; right: 5px; bottom: 5px; }

#overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #000000;
        filter:alpha(opacity=7);
        -moz-opacity: 0.7;
        opacity: 0.7;
        }


.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 */
        }
