$(document).ready(function(){
	$('label').inFieldLabels();
	
	var Instance1 = new ImageFlow();
	Instance1.init({ ImageFlowID:'instanz_1', imageFocusMax:3, reflections: false, slideshow: true, slideshowAutoplay: true, slideshowSpeed: 5000 });
});
