$(function(){
    /*$(".accueil_event:first").show();
    $("#small a:first").addClass("active");
    $("#small a").click(function(){
        exp=$(this).attr("id").split("_");
        id=exp[1];
        $(".accueil_event").hide();
        $("#event_"+id).fadeIn("fast");
        $("#small a").removeClass("active");
        $(this).addClass("active");
        return false;
    });
    
    while(i<$("#small a").length){
        
    } */
    
    $("#evenement_accueil").easySlider({
				auto: true, 
				continuous: true,
				numeric: true,
        numericId: 		'small',
        pause : 4000
			});
    
});
