html.lb-disable-scrolling {
overflow: hidden;
/* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
position: fixed;
width: 100vw;
height: 100vh;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
 *zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;/* background: url(../images/loading.gif) no-repeat;*/
}
.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-nav a.lb-prev　 {
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.lb-nav a.lb-prev::before, .lb-nav a.lb-prev::after {
position: absolute;
top: -10px;
bottom: 0;
left: -40px;
margin: auto;
content: "";
vertical-align: middle;
}

@media print, screen and (min-width:1025px) {
.arrowLightBoxPrev::before {
width: 34px;
height: 34px;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}

@media print, screen and (max-width:1024px) {
.arrowLightBoxPrev::before {
display: none;
}
}

.lb-nav a.lb-next　 {
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.lb-nav a.lb-next::before, .lb-nav a.lb-next::after {
position: absolute;
top: -10px;
bottom: 0;
right: -40px;
margin: auto;
content: "";
vertical-align: middle;
}

@media print, screen and (min-width:1025px) {
.arrowLightBoxNext::before {
width: 34px;
height: 34px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}

@media print, screen and (max-width:1024px) {
.arrowLightBoxNext::before {
display: none;
}
}

.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
 *zoom: 1;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
box-sizing: border-box;
}
.lb-data .lb-details {
position: relative;
}
.lb-data .lb-caption {
width: 95%;
text-align: center;
margin: 0 auto;
padding: 30px 0 0 0;
}
@media print, screen and (min-width:1025px) {
.lb-data .lb-caption p {
font-size: 2.4rem;
font-weight: 500;
}
}
@media print, screen and (max-width:1024px) {
.lb-data .lb-caption p {
font-size: 1.4rem;
font-weight: 500;
}

}
.lb-data .lb-caption a {
color: #4ae;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-closeContainer {
position: absolute;
width: 50px;
height: 50px;
top: 10px;
right: 0;
display: block;
z-index: 500;
}
.lb-data .lb-close {
position: relative;
width: 50px;
height: 50px;
display: inline-block;
border: 2px solid #fff;
border-radius: 50px;
cursor: pointer;
}
.lb-data .lb-close::after {
position: absolute;
background: #fff;
display: block;
content: "";
width: 2px;
height: 32px;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
transform: rotate(45deg);
}
.lb-data .lb-close::before {
position: absolute;
background: #fff;
display: block;
content: "";
width: 32px;
height: 2px;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
transform: rotate(-135deg);
}
.lb-data .captionTitle {
font-size: 1.4rem;
}
