#lightboxOverlay { position: absolute; top: 0px; left: 0px; z-index: 9999; background-color: black; opacity: 0.85; display: none; }
#lightbox { position: absolute; left: 0px; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-weight: normal; }
#lightbox img { width: auto; height: auto; }
#lightbox a img { border: medium none; }
.lb-outerContainer { position: relative; background-color: white; width: 250px; height: 250px; margin: 0px auto; border-radius: 4px; }
.lb-outerContainer::after { content: ""; display: table; clear: both; }
.lb-container { padding: 10px; }
.lb-loader { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
.lb-nav { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; z-index: 10; }
.lb-container > .nav { left: 0px; }
.lb-nav a { outline: medium none; }
.lb-prev, .lb-next { width: 49%; height: 100%; background-image: url(1c4fb4a004ac374ae735c210f8560be0dce354ac.) ; display: block; }
.lb-prev { left: 0px; float: left; }
.lb-next { right: 0px; float: right; }
.lb-prev:hover { background: transparent url(00e133c3360c15b8009c89c9751468930f0fe98f.png)  no-repeat scroll left 48%; }
.lb-next:hover { background: transparent url(dd69165b1f0119b233e21cf7b3324bb50009124d.png)  no-repeat scroll right 48%; }
.lb-dataContainer { margin: 0px auto; padding-top: 5px; width: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.lb-dataContainer::after { content: ""; display: table; clear: both; }
.lb-data { padding: 0px 10px; color: rgb(187, 187, 187); }
.lb-data .lb-details { width: 85%; float: left; text-align: left; line-height: 1.1em; }
.lb-data .lb-caption { font-size: 13px; font-weight: bold; line-height: 1em; }
.lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 11px; }
.lb-data .lb-close { width: 35px; float: right; padding-bottom: 0.7em; outline: medium none; }
.lb-data .lb-close:hover { cursor: pointer; }
