.lightBoxPictureBoxOverlay {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    z-index: 101;
    padding: 25px;
}
.lightBoxPicturebookContainer {
    width: 100%;
    height: 80%;
    float: left;
    box-sizing: border-box;
    z-index: 102;
}
.lightBoxPicturebookContainerContent{
    height: 100%;
    width: 100%;
    float: left;
}
.lightBoxPicturebookItem{
    position: relative;
    height: 600px;
}
.lightBoxPicturebookItemImg{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.lightBoxPicturebookItemImg img{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}
.lightBoxMenuContainer{
    position: relative;
    width: 150px;
    height: 150px;
    padding: 2px;
    cursor: pointer;
}
.lightBoxMenuImgContainer{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    float: left;
}
.lightBoxMenuImgContainer img{
    position: absolute;
    max-width: 150%;
    max-height: 150%;
    min-width: 102%;
    min-height: 102%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.PictureBoxArrow {
    width: 30px;
    height: 50px;
    display: block;
    border: none;
    position: absolute;
    z-index: 103;
    background: none;
    text-align: center;
    outline: none;
    font: normal normal normal 14px/1 EFCIcon;
    font-size: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -25px;
    padding: 5px;
    color: rgba(255,255,255,1);
}
.PictureBoxNext {
    right: -40px;
}
.PictureBoxPrev {
    left: -40px;
}
.PictureBoxNext:before {
    content: '\E00D';
}
.PictureBoxPrev:before {
    content: '\E00F';
}
.lightBoxPictureBookPaddingLeftRight{
    padding: 0 40px;
}
.lightBoxPictureBookDescription{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: rgba(230,230,230,1);
    min-height: 54px;
    max-height: 54px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.lightBoxPictureBookDownload{
    padding-top: 5px;
    text-align: right;
    color: rgba(230,230,230,1);
}
.lightBoxPictureBoxCompleteContent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}
@media screen and (max-width: 1024px){
    .lightBoxPictureBookDescription{
        min-height: 78px;
        max-height: 78px;
    }
    .lightBoxPictureBoxCompleteContent{
        position: initial;
        top: auto;
        left: auto;
        transform: none;
    }
    .lightBoxPicturebookItem{
        position: relative;
        height: 550px;
    }
    .lightBoxMenuContainer{
        width: 90px;
        height: 90px;
    }
    .lightBoxPictureBookPaddingLeftRight{
        padding: 0;
    }
    .lightBoxPictureBoxOverlay {
        padding: 25px 15px;
    }
    .PictureBoxArrow {
        background: rgba(0,0,0,0.3);
    }
    .lightBoxPictureBookMenuSliderContainer{
        position: absolute;
        bottom: 0;
        padding: 15px;
        left: 0px;
    }
}
@media screen and (max-width: 550px){
    .lightBoxPictureBookDescription{
        min-height: 78px;
        max-height: 78px;
    }
    .lightBoxPicturebookItem{
        position: relative;
        height: 400px;
    }
    .lightBoxMenuContainer{
        width: 90px;
        height: 90px;
    }
    .lightBoxPictureBookPaddingLeftRight{
        padding: 0;
    }
    .lightBoxPictureBoxOverlay {
        padding: 25px 15px;
    }
    .PictureBoxArrow {
        background: rgba(0,0,0,0.3);
    }
    .lightBoxPictureBookMenuSliderContainer{
        position: absolute;
        bottom: 0;
        padding: 15px;
        left: 0px;
    }
}