.b-ixbt_tv {
    height: auto;
    padding: 7px;
    /*background: #67609a url(/images/ixbttv_bg1.png) no-repeat center top;    */
    background: #3585D7;
    color: white;
    border-radius: 2px;
    font-size: 14px;
    text-shadow: rgb(47, 42, 80) 0px -1px 0px;
    margin-bottom: 15px;
}
    .b-ixbt_tv a {
        color: white;
    }

    .b-ixbt_tv ul,
    .b-ixbt_tv li {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .b-ixbt_tv ul {
        width: auto;
        position: relative;
    }

    .b-ixbt_tv li {
        float: left;
    }
    
    .b-ixbt_tv img {
        max-width: 100%;
        height: auto;
    }

    .b-ixbt_tv .title {
        margin: 0 0 7px 2px;
    }

    .b-ixbt_tv .list-block {
        overflow: hidden;
        width: auto;
        position: relative;
    }
        .b-ixbt_tv .list-block:hover a.left {
            left: 0;
        }
        .b-ixbt_tv .list-block:hover a.right {
            right: 0;
        }        
   
        .b-ixbt_tv .list-block a {
            display: block;
            width: 20px;
            height: 120px;
            background: url(/images/pw_larr_bg.png) repeat-y center top;
            position: absolute;            
            top: 0;
            opacity: 0.4;
            z-index: 5;
            outline: none;
        }
            .b-ixbt_tv .list-block a:hover {
                opacity: 0.7;
            }
            .b-ixbt_tv .list-block a.left {
                left: -20px;
            }         
            .b-ixbt_tv .list-block a.right {
                right: -20px;
            }
               .b-ixbt_tv .list-block a.left:after,
               .b-ixbt_tv .list-block a.right:after {
                    display: block;
                    content: '';
                    width: 11px;
                    height: 21px;
                    top: 50%;
                    margin-top: -10px;
                    left: 50%;
                    margin-left: -5px;
                    position: absolute;
                }
                .b-ixbt_tv .list-block a.left:after {
                    background: url(/images/player_widget_arrows.gif) 0 0;
                }
                .b-ixbt_tv .list-block a.right:after {
                    background: url(/images/player_widget_arrows.gif) 0 -21px;
                }

    .b-ixbt_tv .rotation {
        display: block;
        width: 22px;
        float: right;
        margin-top: 0;
        height: 22px;
        /*background: url(/images/player_widget_rotation.png);*/
        background: url(/images/as_control.png);
        background-position: -22px 0;
    }
        .b-ixbt_tv .rotation.on {
            background-position: -1px -22px;
        }


    .b-ixbt_tv .item {
        cursor: pointer;
    }
        .b-ixbt_tv .item p {
            text-align: left;
            min-height: 2em;
            font-size: 12px;
            margin: 5px 0 0 0;
            height: 2.6em;
            overflow: hidden;
        }

    .b-ixbt_tv .item-image {
        background: white;
        height: 120px;
        overflow: hidden;
    }


.b-ixbt_tv--popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 65535;
    color: white;
    text-align: right;
}
    .b-ixbt_tv--popup a {
        color: white;
        margin-right: 10px;
    }
    .b-ixbt_tv--popup .container .frame {
        margin-bottom: 3px;
    }
    .b-ixbt_tv--popup .container.big .frame {
        margin-bottom: 10px;
    }
    .b-ixbt_tv--popup .paranja {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }   
    .b-ixbt_tv--popup .container {  
        position: absolute;
        width: 700px;
        height: 425px;
        background: black;
        box-shadow: 0 0 15px black;
        border-radius: 5px;
        top: 50%;
        margin-top: -280px;
        margin-left: -350px;
        left: 50%;        
        padding: 5px;          
    } 
        .b-ixbt_tv--popup .container iframe {
            width: 700px;
            height: 395px;
        }
    .b-ixbt_tv--popup .container.big {
        width: 1080px;
        height: 640px;
        margin-left: -540px;
    }
        .b-ixbt_tv--popup .container.big iframe {
            width: 1080px;
            height: 610px;
        }

    .b-ixbt_tv--popup .container > a {
        font-size: 14px;
    }

    .b-ixbt_tv--popup .close {
        background: url(/images/close_player.png);
        width: 30px;
        height: 30px;
        position: absolute;
        right: -10px;
        top: -10px;
    }

    .b-ixbt_tv--popup .setSize {
        float: left;
        margin-left: 5px;
    }
        .b-ixbt_tv--popup .setSize.small:before,
        .b-ixbt_tv--popup .setSize.big:before {
            display: block;
            content: '';
            float: left;
            width: 20px;
            height: 20px;
            margin-right: 5px;
            margin-top: -2px;
            background: url(/images/frame_size.png) no-repeat; 
        }

        .b-ixbt_tv--popup .setSize.small:before{
            background-position: -20px 0;
        }
        .b-ixbt_tv--popup .setSize.big:before{
            background-position: 0 0;            
            margin-top: -4px;
        }