.livecams_page  .mv_livecams_player_cont{
    float:left;
    width: 831px;
    margin-top:15px;
}

.livecams_page #mv_main_top_cont{
    padding-bottom:0;
}

.livecams_page  .mv_livecams_player_cont .mv_video_player{
    width: 831px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

#mv_main_top_cont h2.sub_title{
    font-size:14px;
    color:#414141;
    font-weight: normal;
}


/** CAMS LISTING **/
.livecams_page .mv_player_seasons{
    background:#2b2b2b url('../../v4_imgs/slider_shape.png') no-repeat 0 bottom;
    color:#FFF;
    float:left;
    margin-top:15px;
    width: 320px;
    height: 500px;
    overflow: hidden;
}

.livecams_page .mv_player_seasons .mv_player_seasons_item{
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.05);
    padding-bottom:1px;
    cursor: pointer;
    -webkit-user-select: none;  
      -moz-user-select: none;    
      -ms-user-select: none;      
      user-select: none;
}

.livecams_page .mv_player_seasons .mv_player_seasons_item.active{
    box-shadow:none;
    padding:0;
}

.livecams_page .mv_player_seasons .mv_player_seasons_item .mv_player_season_item_title{
    background:#1b1b1b;
    color:#8d8d8d;
    text-shadow: 0 0 1px rgba(141,141,141,0.3);
    font-size:13px;
    padding:13px 10px 11px 19px;
    line-height: 17px;
}

.livecams_page .mv_player_seasons .mv_player_seasons_video{
    overflow: hidden;
    border-bottom:1px solid #202020;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
    box-shadow: 0 1px 0 rgba(255,255,255,0.05);
    display: none;
}

.livecams_page .mv_player_seasons .mv_player_seasons_item.active .mv_player_seasons_video{
    display: block;
}

.livecams_page .mv_player_seasons .mv_player_seasons_video .mv_player_seasons_video_link{
   padding:0 5px 0 19px;
   display: block;
}

.livecams_page .mv_player_seasons .mv_player_seasons_video .mv_player_seasons_video_link:hover,
.livecams_page .mv_player_seasons .mv_player_seasons_video .mv_player_seasons_video_link.active{
    background: #B61C21;
}

.livecams_page .mv_player_seasons .mv_player_seasons_video .mv_player_seasons_video_link:hover .mv_video_item_cover_ico {
    display: block;
}

.livecams_page .mv_player_seasons .mv_video_item{
    margin:0 12px 0 0;
    float:left;
    width: 77px;
    height: 43px;
}

.livecams_page .mv_player_seasons .mv_video_item .mv_video_item_cover_cont,
.livecams_page .mv_player_seasons .mv_video_item .vd_go_to_video {
    width: 77px;
    height: 43px;
    background-size: cover;
}

.livecams_page .mv_player_seasons .mv_player_seasons_video_title{
    float:left;
    width: 195px;
    display: block;
    color:#FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.75);
    font-size:12px;
    line-height:14px;
    display: table;
    
}

.livecams_page .mv_player_seasons .mv_player_seasons_video_title .table_fix{
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

.livecams_page .mv_player_seasons .mv_player_seasons_video_title h3{
    color:#9d9d9d;
    text-shadow: none;
    font-size:10px;
    font-weight: normal;
    margin-top:3px;
    
}

.livecams_page .mv_player_seasons .mv_player_seasons_video_title h2{
    font-weight: normal;
}
/** CAMS LISTING **/
    
.livecams_page .fb-comments{
    margin-top:20px;
}


.nano {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nano .content {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: -17px!important;
    top: 0;
}
.nano .content:focus {
     outline: 0;
}
.nano > .pane {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.50);
    bottom: 0;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 10px;
    
}
.nano > .pane > .slider {
    background: #b61c21 url('../../v4_imgs/icons/slider_bg.png') no-repeat center center;
    margin: 0;
    position: relative;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
    opacity: 0.99;
}