jQuery(function(){
    $("a.group").fancybox();
    $(".add_opinion").click(function(){
        $('.op_table').fadeToggle();
    });
})




