.fancybox-skin {
    margin-top: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.fancybox-inner {
    border: 1px solid #ddd;
}
.fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
}
.fancybox-nav span {
    visibility: visible;
}
#fancybox-thumbs ul li {
    padding: 0 5px;
}
#fancybox-thumbs ul li.active {
    padding: 0 5px;
    border: 0;
    opacity: 1;
}
#fancybox-thumbs ul li a {
    border: 2px solid #fff;
}
#fancybox-thumbs ul li.active a {
    border-color: #5793BA;
}
.album-list {
    margin: 0 -15px;
}
.album-list .item {
    width: 25%;
    padding: 0 15px;
}
.album-list .item .box {
    max-width: 330px;
    background: #fff;
    margin: 0 auto 35px;
    position: relative;
	cursor: pointer;
}
.album-list .item a.fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
}
.album-list .pic img {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.album-list .box:hover .pic img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.album-list .title a {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #ADADAD;
    background: rgba(0,0,0,0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
}
.album-list .box:hover .title a {
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .album-list {
        margin: 0 -10px;
    }
    .album-list .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 820px) {
    .album-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 540px) {
    .album-list .item {
        width: auto;
        float: none;
    }
}