/*
@author suxoza <suxoza@gmail.com>
*/

    #galleryes_player{
        width: 790px;
        height: 500px;
        position: relative;
        bottom: 5px;
        right: 2px;
        background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); 
        background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); 
        background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
        background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
        border-radius: 5px

    }
    #inner_video_player{
        display: inline-block;
        width: 615px;
        height: 468px;
        background: url(/img/ajax-loader.gif) no-repeat;
        background-position: 60% 50%;
        background-size: 128px 128px;
        position: relative;
        left: 3px;
        border-radius: 15px;
    }
    #inner_video_player video#video2{
        border-radius: 5px;
    }
    
    #inner_video_player:hover #bigers_playes{
        display: block !important
    }
    
    #lists_video_player_hidden{
        display: inline-block;
        position: relative;
        height: 470px;
        width: 170px;
        overflow: hidden;
        z-index: 999;
        border-radius: 3px
    }
    #lists_video_player{
        width: 180px;
        overflow-y: auto;
        overflow-x: hidden;
        height: 463px;
        z-index: 99;
        padding: 3px;
    }
    #lists_video_player .small_video_player{
        padding: 1px;
	cursor:pointer;
        background: url(/img/dgrey035.jpg) no-repeat;
        background-size: 160px 100px;
        position: relative;
        width: 160px;
        height: 100px;
        text-align: center;
        opacity: 0.9;
        margin-left: 1px
    }
    
    #lists_video_player .active_player img{opacity: 0.3 !important}
    
    #lists_video_player .active_player{
       opacity:0.3;
       background: url(/img/button_play.png) no-repeat;
       background-position: 50% 50%;
       background-size: 160px 100px;
       overflow:hidden;
       opacity: 1
    }

    #lists_video_player .small_video_player:hover:not(.active_player){
       background:url(/img/play.gif) no-repeat;
       background-position: 50% 50%;
       background-size: 100px 100px;
       overflow:hidden;
       opacity: 1
    }

    #lists_video_player .small_video_player img:hover{
        opacity: 0.2
    }

    #lists_video_player .small_video_player img{
        width: 158px;
        min-height: 99px;
        height: 90px;
        border-radius: 5px;
        opacity: 0.9
    }

    #lists_video_player .small_video_player .info_div_player{
       position: absolute;
       font-size: 10px;
       background: white;
       width: 165px;
       height: 40px;
       padding: 3px;
       bottom: 0px;
       opacity: 0;
    }
    
    #lists_video_player .info_div_player_hover .info_div_player{
       opacity: 0.5;
       display: block !important;
       transition: opacity 1s;
    }
    
    #lists_video_player .small_video_player .title_for_change_player{display: none}
    
    #info_player{font-size: 10px;color:white;position: absolute;bottom:10px;left:5px}
    #play_options_playes{position: absolute;bottom:5px;background: #999;width: 85px;padding: 0;height: 22px;left:95px;border-radius: 5px;font-size: 11px}
    #play_options_playes img{width: 22px;height: 22px;margin: 0;cursor: pointer;position: absolute;}
    #play_options_playes img:last-child{right: 0.5px}
    #play_options_playes span{position: absolute;bottom: 5px;left:30px}
    #play_all_player{position: absolute;left: 185px;width: 120px;bottom: 6px;font-size: 11px;cursor: pointer;background: #999;border-radius: 3px}
    #title_player{font-size: 12px;margin-top: 10px;width: 500px;max-width: 500px}
    .play_all_player_active{background: blue !important}
    
    #bigers_playes{
      position: absolute;
      top:190px;
      right:-7px;
      width: 15px;
      overflow: hidden;
      display: none;
      cursor: pointer
      
    }
    #bigers_playes div{
      width: 30px;
      height: 70px;
      border-radius: 10px;
      opacity: 0.6;
      background:black url(/img/1391934869_right_16.png) no-repeat;
      background-size: 12px 12px;
      background-position: 15% 50%;
    }

    
    #bigers_playes div.after_player{
       background:black url(/img/1391934887_left_16.png) no-repeat;
       background-size: 12px 12px;
       background-position: 15% 45%;
       
    }