jQuery(document).ready(function(){
    $('#linkClose').click(function(){$('#dialogConfirm').css('display', 'none');});
	$("#contentShow").innerfade({
        speed: 3000,
        timeout: 8000,
        type: 'sequence',
        containerheight: '860px'
    });
    $('#navBar li').hover(function() {$(this).addClass('destacar');$(this).children('ul').fadeIn('slow');},function() {$(this).removeClass('destacar');$(this).children('ul').fadeOut('fast');});
    $("a.ajax").fancybox({
        'overlayShow' : true,
        'zoomSpeedIn' : 600,
        'zoomSpeedOut' : 500,
        'easingIn' : 'easeOutBack',
        'easingOut' : 'easeInBack',
        'frameWidth' : 900,
        'hideOnContentClick' : false
    });
    $("a.group").fancybox({
        'hideOnContentClick': false
    });
    $("a[rel^='photo']").prettyPhoto({
        animationSpeed: 'normal',
        padding: 30,
        opacity: 0.2,
        showTitle: false,
        allowresize: true,
        of_label: 'of',
        counter_separator_label: '/',
        theme: 'light_square',
        callback: function(){}
    });
	$("a.login").fancybox({
        'padding': 10,
        'overlayShow' : true,
        'overlayOpacity' : 0.8,
        'zoomSpeedIn' : 600,
        'zoomSpeedOut' : 500,
        'easingIn' : 'easeOutBack',
        'easingOut' : 'easeInBack',
        'frameWidth' : 350,
        'frameHeight' : 216,
        'hideOnContentClick' : false
    });
    $('.content.map div ul li p').hide();
    $('.content.map div ul li em').hover(function() {
        $(this).nextAll().slideToggle('slow');
    });
    $('#contentShow').flash(
        {src: '/images/fotos.swf'},
        {expressInstall: true}
    );

    $("a.ambientes").fancybox({
        'padding': 10,
        'overlayShow' : true,
        'overlayOpacity' : 0.8,
        'zoomSpeedIn' : 600,
        'zoomSpeedOut' : 500,
        'easingIn' : 'easeOutBack',
        'easingOut' : 'easeInBack',
        'frameWidth' : 800,
        'frameHeight' : 450,
        'hideOnContentClick' : false
    });
});
