	$(document).ready(function() {
		$("a.thickbox, a[rel='lightbox']").fancybox({
			imageScale : true
		}); 
		$("a#box_ami, a#conseilFiche").fancybox({
            frameWidth : 300,
            frameHeight : 200
        }); 
		/*$("a#box_ml").fancybox({
			frameWidth : 650,
			frameHeight : 500
		}); */
		if(document.all){
			$("a#box_fav").click(function(){
				window.external.AddFavorite(location.href, document.title);
			});
		}else{
			$("a#box_fav").fancybox({ 
				'hideOnContentClick': true,
				frameWidth : 300,
				frameHeight : 100			 
			});
		}
		$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});
	});
