#playlistsWrapper {
    background-color: #525252;
    z-index: 2;
}

#playlistsCoverWrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 267px;
}

#playlistsCover {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#playlistsCoverOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../..//images/720p/videoselection_overlay_cover.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#playlistsHeader {
    position: absolute;
    left: 83px;
    bottom: 13px;
    font-size: 27px;
    color: #fff;
    font-weight: bold;
}

#playlistsBackButton {
    background-image: url(../..//images/720p/button_standard.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 133px;
    height: 133px;
}

#playlistsBackButton.focus {
    background-position: -127px 0;
}

#playlistsBackButtonIcon {
    background-image: url(../..//images/720p/icon_back.png);
    background-repeat: no-repeat;
    background-position: 45px 48px;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

#playlistsContents {
    position: relative;
    float: left;
    width: 100%;
    height: 393px;
    padding-left: 83px;
    padding-top: 33px;
    overflow: hidden;
}

#playlistsContentsOverlayTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    background-image: url(../..//images/720p/videoselection_overlay_videos_top.png);
    background-repeat: no-repeat;
    z-index: 1;
}

#playlistsContentsOverlayBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 73px;
    background-image: url(../..//images/720p/videoselection_overlay_videos_bottom.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

#playlistsContentsScroll {
    float: left;
    position: relative;
    width: 100%;
}

#playlistsWrapper .contentWrapper {
    height: 187px;
}

#playlistsWrapper .contentWrapper.oneSeason {
    height: 333px;
    margin-left: -8px;
    margin-top: -20px;
}

#playlistsWrapper .contentWrapper .column {
    float: left;
    height: 100%;
    margin-left: 27px;
    position: relative;
    width: 200px;
}

#playlistsWrapper .contentWrapper .column:first-child {
    margin-left: 0;
}

#playlistsWrapper .contentWrapper .column .content {
    margin-top: 47px;
}

#playlistsWrapper .contentWrapper .contentInner {
    margin-left: -50px;
}


#playlistsWrapper .contentWrapper.oneSeason .contentInner .contentCarousel .content.focus {
    margin-bottom: -29px;
    margin-left: 25px !important;
    top: -13px;
    width: 209px !important;
    height: 122px !important;
}

#playlistsWrapper .contentWrapper.oneSeason .contentInner {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

#playlistsWrapper .contentWrapper.oneSeason .contentInner .contentCarousel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#playlistsWrapper .contentWrapper.oneSeason .contentInner .contentCarousel .content {
    position: relative;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content {
    width: 160px;
    height: 93px;
    margin-left: 50px;
}


#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content.focus {
    margin-left: 25px !important;
    top: -13px;
    width: 209px !important;
    height: 122px !important;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content .contentImageWrapper {
    height: 97px;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content .contentImageWrapper .lockedVideoIconWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content .contentImageWrapper .lockedVideoIconWrapper .lockedVideoIcon {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-image: url(../..//images/720p/videoselection_icon_locked.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content.focus .contentBoxShadow{
    height: 323px;
    background-position: -248px 0px;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content .contentBoxShadow,
#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content .contentBoxShadow {
    left: -60px;
    top: -21px;
    width: 170%;
    height: 153px;
    background-position: 0px -9px;
    background-image: url(../..//images/720p/videoselection_item_shadow.png) !important;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content.focus .contentImageWrapper{
    height: 122px;
}


#playlistsWrapper .contentWrapper.oneSeason .content.focus .contentImageWrapper {
    height: 122px;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content .contentImageWrapper .contentImage {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content .contentImageWrapper .contentImage img {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#playlistsWrapper .contentWrapper .contentTileWrapper {
    display: block;
}

#playlistsWrapper .contentWrapper .contentInner .contentCarousel .content .contentNameWrapper {
    display: none;
}
