jQuery(document).ready(function(){	
	jQuery("#slider").easySlider({
		auto: true,
		continuous: true ,
		speed:800,
		pause:7000,
		prevText: '&laquo; zurück',
		nextText: 'weiter &raquo;'
	});
});
