jQuery(document).ready(function($){	
		$("#slider").easySlider({
			auto: true, 
			continuous: true,
			prevText: '<img src="http://www.statics.fr/wp-content/themes/statics/images/fleche_gauche.png" alt="Precedent" />',
			nextText: '<img src="http://www.statics.fr/wp-content/themes/statics/images/fleche_droite.png" alt="Precedent" />'
		});
	});	