/*=============================================================================================*/
/*********************************************TV ADD********************************************/
/*=============================================================================================*/

#radio_player, #radio_player_e{
    width:100%;
    height:100%;
}

#tv_popup{

    position:absolute;
    width:100%;
    top:128px;
    background-color:#1a1a1a;
    z-index:9999;
    visibility: hidden;
}

#tv_header{    height:44px; }

#gotolist{

    display:block;
    float:right;
    background-image:url(/images/tv/gotolist.gif);
    background-repeat:no-repeat;
    width:38px;
    height:21px;
    margin-right:11px;
    margin-top:11px;

}
#gotolist:hover{ background-position:0px -21px; }

#tv_cont{
    margin:0 15px 0 15px;
    background-color:#333;
    border:5px #000 solid;

}

	
