$(function() {	$('.pretty').tooltip({		track: true,		delay: 0,		showURL: false,		showBody: " - ",		extraClass: "pretty",		fixPNG: true,		left: -120	});		$('.tonus2').tooltip({		delay: 0,		showURL: false,		extraClass: "pretty"	});	$('.banderas_tooltip').tooltip({		delay: 0,		showURL: false,		showBody: " - ",		extraClass: "pretty"	});		$('.tooltip_iconos').tooltip({		delay: 0,		showURL: false,		extraClass: "iconos",		showBody: " - ",		fade: 250	});	$('.tooltip_logos').tooltip({		delay: 0,		showURL: false,		extraClass: "logos",		showBody: " - ",		fade: 250	});	$('.tooltip_menu_sup').tooltip({		delay: 0,		showURL: false,		extraClass: "menu_sup",		showBody: " - ",		fade: 250	});	$("map > area").tooltip({ delay: 100,fade: 250,showURL: false,extraClass: "logos",showBody: " / " });});$(document).ready(function(){		$('img.captify').captify({});			});		$(function(){				// Accordion				$(".accordion").accordion({ header: "h3",  autoHeight: false,collapsible: true,active:false  });	$(".accordion_anidado").accordion({ header: "h4",  autoHeight: false,collapsible: true, active:false  });					// Tabs				$('.tabs').tabs({  event: 'mouseover'  });															});				           $(function(){$('a[href*=#]').click(function() { if (location.pathname.replace(/^\//,'')        == this.pathname.replace(/^\//,'')        && location.hostname == this.hostname) {    var $target = $(this.hash);    $target = $target.length && $target            || $('[name=' + this.hash.slice(1) +']');    if ($target.length) {      var targetOffset = $target.offset().top;      $('html,body').animate({scrollTop: targetOffset}, 1000);      return false;    }  }});});        		$(document).ready(function(){				$('#photos').galleryView({    panel_width: 520,    panel_height: 347,    transition_speed: 1500,    transition_interval: 15000,    nav_theme: 'dark',    border: '0px solid white',    pause_on_hover: true});	});
