.album-tool {
    text-align: right;
}
.album-tool .album-tool-item {
    cursor: pointer;
    display: inline-block;
    opacity: 0.3;
    filter: alpha(opacity=30);
    height: 11px;
    width: 11px;
    margin: 0 5px;
    background-image: url(image.gif);
    background-repeat: no-repeat;
}
.album-tool .album-tool-item:hover {
    background-color: #eee;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.album-tool-item.play {background-position: 1px 0;}
.album-tool-item.slide {background-position: -44px 0}
.album-tool-item.col6 {background-position: -33px 0}
.album-tool-item.col3 {background-position: -22px 0}
.album-tool-item.col2 {background-position: -11px 0}

.album-tool .album-tool-item.active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.album-pool {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.album-pool.r1 .item {
    width: 100%;
    border-width: 15px;
}
.album-pool.r2 .item {
    width: 50%;
    border-width: 15px;
}
.album-pool.r3 .item {
    width: 33.33333333333333%;
    border-width: 15px;
}
.album-pool.r4 .item {
    width: 25%;
    border-width: 15px;
}
.album-pool.r5 .item {
    width: 20%;
    border-width: 10px;
}
.album-pool.r6 .item {
    width: 16.66666666666666%;
    border-width: 10px;
}
.album-pool.r7 .item {
    width: 14.28571428571428%;
    border-width: 10px;
}
.album-pool.r8 .item {
    width: 12.5%;
    border-width: 10px;
}
.album-pool.r9 .item {
    width: 11.11111111111111%;
    border-width: 5px;
}
.album-pool.r10 .item {
    width: 10%;
    border-width: 5px;
}
.album-pool.r11 .item {
    width: 9.09090909090909%;
    border-width: 5px;
}
.album-pool.r12 .item {
    width: 8.33333333333333%;
    border-width: 5px;
}
.album-pool > .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-style: solid;
    border-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition:width 1s ease-in-out, opacity 0.5s ease-in-out;
}
.album-pool .thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #eee;
}

.album-pool .move, .album-pool .download {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 7px;
    background: #000;
    opacity: 0;
    z-index: 3;
    filter: alpha(opacity=0);
    transition: opacity 0.25s ease-in-out;
}
.album-pool .download {
    left: auto;
    right: 0;
}
.album-pool.sort .move {
    right: 0;
    bottom: 0;
}
.album-pool .item:hover .move, .album-pool .item:hover .download, .album-pool .item:hover .rotate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: opacity 0.25s ease-in-out;
}
.album-pool .rotate {
    left: auto;
    top:  auto;
    right:  0;
    bottom: 0;
    position: absolute;
    padding: 5px 7px;
    background: #000;
    opacity: 0;
    z-index: 3;
    filter: alpha(opacity=0);
    transition: opacity 0.25s ease-in-out;
}
.album-pool .thumb img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-height: calc(100% - 2px);
    max-width: calc(100% - 2px);
}
.album-pool .thumb:after {
    padding-top: 56.25%;
    display: block;
    content:'';
}
.album-pool .item .desc {
    white-space: pre-wrap;
}
.album-pool .item .status {
    color: gray;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.album-pool .location {
    color: gray;
    font-size: 12px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    background: url(/sys/res/icon/pin-small.png) left center no-repeat;
}
.album-pool .location:empty {
    display: none;
}
.album-pool.r6 .location, .album-pool.r7 .location, .album-pool.r8 .location, .album-pool.r9 .location, .album-pool.r10 .location, .album-pool.r11 .location, .album-pool.r12 .location {
    display: none;
}
.album-pool .item .toolbar {
    position: absolute;
    right: 0;
    background: rgba(255,255,255,0.8);
    white-space: nowrap;
}
.album-pool .toolbar .toolbar-item {

    padding: 5px 3px;
    cursor: pointer;
}
.album-pool .toolbar .toolbar-item:hover {
    background: #eee;
}
.album-pool .item .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color:red;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 10;
}
.album-pool .item:hover .close {
    opacity: 1
    filter: alpha(opacity=100);
}
.slideshow {
    position: relative;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0.9);
    background: #000 \9;
    overflow: hidden;
}
.slideshow:after {
    padding-top: 56.25%;
    display: block;
    content:'';
}
.slideshow.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.slideshow .slide {
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 10px;
    bottom: 80px;
    transition:all 0.5s ease-in-out;
}
.slideshow .slide .slide-item {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slideshow .slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.slideshow .slide .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    white-space: pre-wrap;
    color:#ccc;
    background: rgba(0, 0, 0, 0.3)
}
.slideshow .pointer {
    list-style: none;
    position: absolute;
    bottom: 10px;
    height: 60px;
    white-space: nowrap;
    padding: 0;
    margin: auto;
    left: 80px;
    right: 80px;
    overflow: hidden;
}
.slideshow .pointer li {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    height: 60px;
}
.slideshow .pointer img {
    border: 2px solid #ccc;
    border-radius: 3px;
    max-height: 100%;
    max-width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    opacity: 0.3;
    filter: alpha(opacity=30);
    transition:all 0.25s;
}
.slideshow .pointer li:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition:all 0.25s;
}
.slideshow .action {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    margin: auto;
    cursor: pointer;
}
.slideshow .prev {
    left: 0;
}
.slideshow .prev:hover {
    color:#ccc;
}
.slideshow .next {
    right: 0;
}
.slideshow .next:hover {
    color:#ccc;
}
.slideshow .close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    color:#ccc;
    font-size:36px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.slideshow .close:hover {
    opacity: 0.7
    filter: alpha(opacity=70);
}
.slideshow.fullscreen .close {
    display: block;
}
.slideshow .open {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}
.slideshow.fullscreen .open {
    display: none;
}
.slideshow img.curr {
    border-color: #08F;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.25s;
}
.slideshow .control {
    right: 30px;
    margin: 0;
    top: auto;
    bottom: 25px;
}
.slideshow .play {
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:15px solid rgba(255,255,255,0.3)
}
.slideshow .play:hover {
    border-left:15px solid rgba(255,255,255,0.7)
}

.slideshow .pause {
    box-sizing: content-box;
    width:5px;
    height:20px;
    border-right:5px solid rgba(255,255,255,0.3);
    border-left:5px solid rgba(255,255,255,0.3)
}

.slideshow .pause:hover {
    border-color: rgba(255,255,255,0.7);
}


.albumBox .fs-page {
    text-align: center;
    margin-top: 15px;
}

@media print {
    .fs-sidebar, .drawer{
        display:none!important;
    }
}