.fancybox-close {
    background: url(../images/album/lightbox_close.png) no-repeat;
    width: 16px;
    right: 2.5%;
    top: 93.25%;
    position: absolute;
    z-index: 8090;}
.fancybox-nav span {
    visibility: visible;
    background: url(../images/album/lightbox_arrow.png) no-repeat;
    width: 40px;
    height: 40px;
}
.fancybox-prev span {
    background-position: 0 0;
    left: 0px;
}
.fancybox-next span {
    background-position: 100% 0;
    right: 0px;
}
.fancybox-title .photo-pager {
    float: right;
}
.fancybox-title .photo-title {
    color: #212121;
	font-family:"Times New Roman", Times, serif, "微軟正黑體";
    font-size: 15px;
    margin-bottom: 15px;
	margin-top:0px;
	margin-right: 30px;
    min-height: 20px;
	padding-top: 10px;
	font-weight: bold;
}
.fancybox-title p {
    margin-bottom: 15px;
    color: #555;
}

.album-title {
    font-size: 31px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
    margin-bottom: 60px;
}
.album-list {
    margin: 0 -10px;
}
.album-list li {
    width: 25%;
    padding: 0 10px 70px;
}
.album-list li a {
    max-width: 255px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	box-sizing: padding-box;
	border: solid thin #ddd;
}
.album-list li a+a {
    display: none;
}
.album-list li a:before {
    content: " ";
    display: block;
    position: absolute;
}
.album-list a 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 a:hover 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 .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(15, 66, 172, 0.80);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    -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 a:hover .cover {
	background: rgba(1, 25, 76, 0.8);
}
.album-list .album-name {
    display: block;
    padding: 11px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align:center;
}

@media screen and (max-width: 1490px) {
    .album-list {
        max-width: 1200px;
        margin: 0 auto;
    }
    .album-list li {
        width: 25%;
    }
}
@media screen and (max-width: 1240px) {
    .album-list {
        max-width: 560px;
		margin: 0 auto !important;
    }
    .album-list li {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .album-title {
        font-size: 20px;
    }
}
@media screen and (max-width: 639px) {
    .album-list li {
        width: auto;
        float: none;
    }
    .album-list li a {
        height: auto;
    }
    .fancybox-prev span {
        left: 0px;
    }
    .fancybox-next span {
        right: 0px;
    }
}