$(document).ready(function(){	
	
	$("#slider").easySlider({
		speed: 400,
		controlsBefore: '<p id="controls">',
		controlsAfter: '</p>',
		prevId: 'prevBtn',
		nextId: 'nextBtn',
		firstText: 'Nächstes',
		lastText: 'Vorhergehendes'
	});
	
	
});