$jQ(document).ready(function(){
        $jQ("area[rel^='prettyPhoto']").prettyPhoto();

        $jQ(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({deeplinking:false, animation_speed:'normal',slideshow:10000});
        $jQ(".gallery:gt(0) a[rel^='prettyPhoto']").prettyPhoto({deeplinking:false, animation_speed:'fast',slideshow:10000, hideflash: true});

        $jQ("#custom_content a[rel^='prettyPhoto']:first").prettyPhoto({
                custom_markup: '<div id="map_canvas" style="width:260px; height:265px"></div>',
                changepicturecallback: function(){ initialize(); }
        });

        $jQ("#custom_content a[rel^='prettyPhoto']:last").prettyPhoto({
                custom_markup: '<div id="bsap_1259344" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div><div id="bsap_1237859" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6" style="height:260px"></div><div id="bsap_1251710" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div> ',
                social_tools: false,
                default_width:680
                
        });
}); 
