var j = jQuery.noConflict();

j(document).ready(function(){	
	j(".news_bloc_acc").easySlider({
		auto: true,
                prevId: 'prev',
                prevText: '<img src="images/bouton_previous.png"/>',
                nextId: 'next',	
                nextText: '<img src="images/bouton_next.png"/>',
                pause: 5000,
		continuous: true
	});

});
