.main-content .container{

    max-width: 1470px;

}

.fancybox-skin {

    margin-top: 40px;

}

.fancybox-close {

    background: url(../images/products/lightbox_close.svg)no-repeat;

    width: 60px;

    height: 12px;

    right: 5px;

    top: -30px;

}



.fancybox-nav span {

    visibility: visible;

    background: url(../images/album/pager_arrow.png) no-repeat;

    width: 40px;

    height: 74px;

}

.fancybox-prev span {

    background-position: 0 0;

    left: 0;

}

.fancybox-next{

    right: -70px;

}

.fancybox-prev{

    left: -70px;

}

.fancybox-next span {

    background-position: 100% 0;

    right: 0;

}

.fancybox-prev:hover span {

    background-position: 0 100%;

}

.fancybox-next:hover span {

    background-position: 100% 100%;

}

.fancybox-title .photo-pager {

    color: #777;

    font-size: 14px;

    padding: 10px 15px;

    position: absolute;

    right: 0px;

    top: 10px;

}

.fancybox-title .txt-box {

    /*background: #222;*/

    padding: 20px 15px 10px;

    margin-bottom: 10px;

    -webkit-border-radius: 6px;

            border-radius: 6px;

}

.fancybox-title .photo-title {

    color: #CAAB6C;

    font-size: 14px;

    font-weight: bold;

}

.fancybox-title .photo-title:before {

    content: "";

    background: url(../images/album/title_ic.png) no-repeat center center;

    width: 30px;

    height: 30px;

    display: inline-block;

    vertical-align: middle;

    margin: -3px 0 0 0;

}

.fancybox-title .photo-intro {

    padding: 15px 0;

    color: #797979;

    font-size: 14px;

    clear: both;

    line-height: 1.8;

}
.fancybox-skin{
	background: #000;
}
