.fancybox-skin {
    background: #000;
    border-radius: 0;
}
.photo-intro {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    position: relative;
    padding: 30px;
}
.photo-intro:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.fancybox-nav span {
    background: url(../../images/common/album/arrow.svg) no-repeat;
    width: 50px;
    height: 45px;
    top: 10%;
    visibility:visible;
}
.fancybox-prev span {
    left: 0;
}
.fancybox-next span {
    right: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.photo-pager {
    position: absolute;
    right: 0;
    color: #919191;
    top: -35px;
}
.photo-pager span {
    display: none;
}
.photo-pager b {
    font-size: 18px;
    color: #fff;
}
.photo-title {
    position: absolute;;
    left: 0;
    right: 0;
    top: -45px;
    font-size: 20px;
    color: #212121;
    font-weight: bold;
    height: 25px;
    background: rgba(184, 184, 184, .85);
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}