/* View page styles */

/* content styles */
.controls_panel {
    width: 100%;
    height: 111px;
}

.poster_controls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    padding-top: 19px;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    background: #0B0B0B none;
}

.poster_controls .prev_link,
.poster_controls .next_link {
    display: block;
    position: absolute;
    top: 25px;
    width: 96px;
    height: 60px;
}

.poster_controls .prev_link {
    height: 60px;
    width: 96px;
    left: 70px;
    background: url(../img/prev_poster.png) 0 0 no-repeat;
    overflow: hidden;
}

.poster_controls .next_link {
    height: 60px;
    width: 96px;
    right: 70px;
    background: url(../img/next_poster.png) 0 0 no-repeat;
    overflow: hidden;
}

.poster_controls .prev_link:hover {
    background-position: 0 -60px;
}

.poster_controls .next_link:hover {
    background-position: 0 -60px;
}

.poster_controls .back_link {
    display: inline-block;
    width: 24px;
    height: 14px;
    margin: 0 27px 15px 0;
    background: url(../img/back_arrow.png) 0 0 no-repeat;
}

.poster_controls .language_links {
    display: inline-block;
    width: 78px;
}

.poster_controls .language_links a {
    text-decoration: none;
}

.poster_controls .language_links .curr {
    color: #C1CDD1;
}

.poster_controls .dotted_line {
    width: 100%;
    height: 2px;
    margin: 8px 0;
    background: url(../img/dotted_line.png) 0 0 repeat-x;
}

.poster_controls .download_link {
    display: inline-block;
    min-height: 15px;
    margin: 8px 0 0 15px;
    padding-left: 31px;
    padding-top: 2px;
    font-size: 11px;
    line-height: 1.2em;
    background: url(../img/download_album_icon.png) 0 0 no-repeat;
}

.poster_controls .download_link:hover {
    background: url(../img/download_album_icon_hovered.png) 0 0 no-repeat;
}

.zoom_in {
    cursor: zoom-in;
    max-width: 100%;
}

.zoom_out {
    cursor: zoom-out;
    min-width: 100%;
}