@charset "utf-8";
.posterTvGrid {
    position: relative;
    height: 457px
}

.posterTvGrid img {
    max-width: none;
    max-height: none;
    border: 0;
    background: #888
}

.posterTvGrid .contentHolder {
    position: relative;
    overflow: hidden
}

.posterTvGrid .contentHolderUnit {
    cursor: pointer;
    position: absolute;
    width: 646px;
    height: 359px
}

.posterTvGrid .contentHolderUnit .title{ text-align: center; margin-top: 45px; font-size: 22px; display: none;}

.posterTvGrid .contentHolderUnit::before{ opacity: 0.8; content: ""; position: absolute; left: 50%; top: 50%; background: url(../img/play.png) no-repeat; width: 120px; height: 120px; background-size: cover; display: block; margin-left: -60px; margin-top: -60px;}
.posterTvGrid .contentHolderUnit:hover::before{ opacity: 1;}

.posterTvGrid .contentHolderUnit a.elementLink {
    display: block;
    overflow: hidden;
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.posterTvGrid .contentHolderUnit img {
    width: 100%;
    height: 100%
}


.posterTvGrid .contentHolderUnit .elementOverlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: opacity=0
}


.posterTvGrid .leftNav, .posterTvGrid .rightNav {
    cursor: pointer;
    z-index: 10;
    position: absolute;
    width: 250px;
    height: 300px;
    margin-top: 30px;
}


.posterTvGrid .rightNav{ right: 0;}

.posterTvGrid .bottomNav {
    z-index: 140;
    position: absolute;
    width: 100%;
    height: 10px;
    margin-top: 317px;
    padding: 10px 0 0;
    text-align: center
}

.posterTvGrid .bottomNavButtonOFF {
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    vertical-align: top;
    border-radius: 20px;
    background: #c3c3c3
}

.posterTvGrid .bottomNavButtonOFF:hover {
    background: #aaa
}

.posterTvGrid .bottomNavButtonON, .posterTvGrid .bottomNavButtonON:hover {
    background: #10755a
}
