$(function() {
	$(".ploegen-jcarousellite").jCarouselLite({
		btnNext:	".next",
		btnPrev:	".prev",
		visible:	1,
		speed:		500,
		easing:		"easeinout",
		circular:	false,
		afterEnd:	function(a) {
			
			var thumb = $(a[0]).attr("id");
			document.getElementById("breadcrumb").innerHTML = "U bevindt zich hier: " + thumb.toUpperCase();
		
		}

	});
});
