#gallery .gallery-list {
    margin: 17px auto 0;
    font-size: 0;
}
#gallery .gallery-list a {
    text-decoration: none;
}
#gallery .image-link {
    display: inline-block;
    position: relative;
    background: #e0e0e0;
    vertical-align: middle;
}
#gallery .image-link img {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .5s;
}
#gallery .image-link img[data-echo] {
    opacity: 0;
}
#gallery .image-link .image-info[data-follow]:hover {
    opacity: 0;
}
#gallery .image-link .image-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0);
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    padding: 15px;
    opacity: 0;
}
#gallery .image-link .image-info:hover {
    background: rgba(0,0,0,.4);	
    opacity: 1;			
}
#gallery .image-link .image-info.listpage {
    background: rgba(0,0,0,.4);	
    opacity: 1;			
}
#gallery .image-link .image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 20px;
    padding: 0 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}
#gallery .image-link .image-num {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 20px;
    padding: 0 15px;
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
}
#gallery .image-back {
    float: right;
    font-weight: normal;
}
