body {
    -ms-touch-action: none;
    background: url(/images/lnoise.png);
    height: 100%;
}

#coverflow {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 75px;
}

#coverflow_offset {
    height: 99%;
}

#coverflow .pub_cover {
    display: inline-block;
    height: 100%;
    margin: 0 10px;
    background: transparent;
    position: relative;
}

#coverflow .pub_holder {
    position: absolute;
    top: 15px;
    bottom: 20px;
    width: 100%;
}

.pub_cover img {
    height: 100%;
    opacity: .2;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

#descriptions {
    position: fixed;
    height: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/dnoise.png);
    color: white;
    border-top: solid 2px #333;
}

#descriptions .desc {;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}

.back_button {
    position: absolute;
    left: 5px;
    top: 20px;
}

.next_button {
    position: absolute;
    right: 5px;
    top: 20px;
}

.back_button i, .next_button i {
    font-size: 30px;
}

.back_button:hover, .next_button:hover {
    color: #ddd;
}

.loadingBox {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #7D7D7D;
    background-image: url(/images/lnoise.png);
    text-align: center;
    vertical-align: middle;
    color: #333;
    font-weight: bold;
    z-index: 200;
}

.loadingBox .title {
    font-size: 45px;
    vertical-align: middle;
    margin-top: 10%;
}

.loadingBox .more {
    font-size: 14px;
    vertical-align: middle;
}