#lightbox-container-image-data-box { padding: 0; }
#lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; text-align: center; }
#lightbox .lb-image { display: block; max-width: 100%; height: auto; border-radius: 4px; }
#lightboxOverlay { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background-color: rgba(0,0,0,0.85); display: none; }
.lb-outerContainer { position: relative; background-color: transparent; margin: 0 auto; border-radius: 4px; }
.lb-dataContainer { margin: 0 auto; padding-top: 5px; }
.lb-data .lb-details { width: 85%; float: left; text-align: left; line-height: 1.1em; }
.lb-data .lb-caption { font-size: 14px; font-weight: bold; color: #ccc; }
.lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999999; }
.lb-data .lb-close { display: block; float: right; width: 30px; height: 30px; text-align: right; outline: none; cursor: pointer; font-size: 24px; color: #fff; }
.lb-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
.lb-container > .nav { left: 0; }
.lb-nav a { outline: none; background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }
.lb-prev, .lb-next { height: 100%; cursor: pointer; display: block; }
.lb-prev { width: 34%; left: 0; float: left; }
.lb-next { width: 34%; right: 0; float: right; }
.lb-prev:hover, .lb-next:hover { color: #fff; }
