
$(function() {
$('#accordion > li').hover(
		function () {
            var $this = $(this);
            $this.stop().animate({'width':'480px'},1500);
            $('.heading',$this).stop(true,true).fadeOut();
            $('.bgDescription',$this).stop(true,true).slideDown(1100);
            $('.description',$this).stop(true,true).fadeIn();
                    },
        function () {
            var $this = $(this);
            $this.stop().animate({'width':'115px'},1500);
            $('.heading',$this).stop(true,true).fadeIn();
            $('.description',$this).stop(true,true).fadeOut(300);
            $('.bgDescription',$this).stop(true,true).slideUp(1100);
                    }
    );
});
			

//DOM Ready			
$(document).ready(function() { 

$('iframe').attr('allowTransparency', 'true');
$('a.external').click(function(){this.target = '_blank';});
$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});


$('.close').click(function(){$('#accueil_hotel_astrolabe_oloron,#chambres_hotel_astrolabe_oloron,#decouvrir_la_region_hotel_astrolabe_oloron,#ananas_cafe_hotel_astrolabe_oloron,#contact_hotel_astrolabe_oloron,#mentions_legales').animate({'top':'-620px'},1200);});
$('#accueil_lnk').click(function(){$('#accueil_hotel_astrolabe_oloron').animate({'top':'620px'},600);});
$('#chambres_lnk').click(function(){$('#chambres_hotel_astrolabe_oloron').animate({'top':'620px'},600);});
$('#region_lnk').click(function(){$('#decouvrir_la_region_hotel_astrolabe_oloron').animate({'top':'620px'},600);});
$('#ananas_cafe_lnk').click(function(){$('#ananas_cafe_hotel_astrolabe_oloron').animate({'top':'620px'},600);});
$('#hotel_astrolabe_oloron_64_lnk').click(function(){$('#contact_hotel_astrolabe_oloron').animate({'top':'620px'},600);});
$('#mentions').click(function(){$('#mentions_legales').animate({'top':'620px'},600);});

});



//Window Load	
$(window).load(function() {

$('.loader').fadeOut('slow', function() { $(this).remove(); });	
$('#accueil_lnk').bind('click',function(){$("#mcs_container").mCustomScrollbar("vertical",320,"easeOutCirc",1.05,"auto","yes","yes",10);});
$('#chambres_lnk').bind('click',function(){$("#mcs_container2").mCustomScrollbar("vertical",320,"easeOutCirc",1.05,"auto","yes","yes",10);});
$('#region_lnk').bind('click',function(){$("#mcs_container3").mCustomScrollbar("vertical",320,"easeOutCirc",1.05,"auto","yes","yes",10);});
$('#ananas_cafe_lnk').bind('click',function(){$("#mcs_container4").mCustomScrollbar("vertical",320,"easeOutCirc",1.05,"auto","yes","yes",10);});
$('#hotel_astrolabe_oloron_64_lnk').bind('click',function(){$("#mcs_container5").mCustomScrollbar("vertical",320,"easeOutCirc",1.05,"auto","yes","yes",10);});
$('#mentions').bind('click',function(){$("#mcs_container6").mCustomScrollbar("vertical",320,"easeOutCirc",1.05,"auto","yes","yes",10);});

});			

	





 			
