/* Lightbox CSS */

table,
.print,
#container,
#lightbox-secNav-btnClose,
#lightbox-image-details-currentNumber,
#jquery-overlay { display: none; !important }

#jquery-lightbox{ position: absolute; top: 40px; left: 0; width: 100%; z-index: 990; text-align: center; line-height: 1.4em; }
#lightbox a img { border: none; }
#outerImageContainer { position: relative; background: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer { padding: 10px; }
#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; /*z-index: 10;*/ z-index: 970; }
#imageContainer > #hoverNav { left: 0; }

#imageDataContainer { font: 11px Verdana, Helvetica, sans-serif; background: #fff; margin: 0 auto; padding: 5px 0 0 0; line-height: 1.4em; border-top: 1px solid #595959; }
#imageData { padding: 0 10px; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }
#imageData #caption { font-weight: bold; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }
#overlay { position: absolute; top: 0; left: 0; z-index: 980; width: 100%; height: 500px; background: #000; filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1; }

#lightbox-container-image-data { font: 11px Verdana, Helvetica, sans-serif; background: #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 */ }

a, 
a:link, 
a:visited, 
a:hover { color: #8a122f; text-decoration: none; border: none; }

/* img#lightbox-image { width: 70%; height: 70%; } */
