$(document).ready(function(){
	$("#slider").easySlider({
		prevId: 'prevBtn',
		prevText: '&lt;&lt;&nbsp;Vorige',
		nextText: 'Next',
		nextText: 'Volgende&nbsp;&gt;&gt;',
		controlsShow: true,
		controlsBefore: '',
		controlsAfter: '',
		controlsFade: true,
		firstId: 'firstBtn',
		firstText: 'Eerste',
		firstShow: true,
		lastId: 'lastBtn',
		lastText: 'Laatste',
		lastShow: true,
		stopId: 'stopBtn',
		stopText: 'Stop',
		stopShow: true,
		vertical: false,
		speed: 800,
		auto: false,
		pause: 2000,
		continuous: false
	});
});
