$().ready(function(){
    var tipo=$.browser.name;
    if(tipo!=="msie"){
	$.error.options.php="gadgets/Registry/error.php";
    $("h1, h2, h3").error({font: "tipo1", wrap: true});
    $("#gmenu_1 a").error({font: "tipo1", wrap: true});

    }
	$("#block_1 .content ul li").css("font-family","Arial");
	$("#block_1 .content ul li").css("font-size","12px");

    $(".right .content table td p").css("font-family","Arial");
    $(".right .content table td p").css("font-size","12px");


    $(".right .content table td ul li").css("font-family","Arial");
    $(".right .content table td ul li").css("font-size","12px");


 //   $('ul.gallery').prettyGallery({itemsPerPage:7,navigation:'both',animationSpeed:'fast'});
 $('ul#pikame').PikaChoose();
 $('ul#pikame').wrap("<div id='gallery'></div>");
 $('#gallery').wrap("<div id='container_gallery'></div>");

   // $('#right_content #block_3 .content').jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16,maintainPosition:true});
     });