jQuery.noConflict();
jQuery(function($) {
	
//Home > défilement des images	
	$('#home_bandeau_defil').innerfade({ animationtype: 'fade', speed: 'slow', timeout: 5000, type: 'sequence'}); 

//Nos biens	
	$(".biens").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
//Nos biens > galerie
	$("#galerie").PikaChoose();

});
