// slideshow elements
$(document).ready(
		function(){
			$('#teaserFade').innerfade({
				animationtype: 'slide',
				speed: 900,
				timeout: 5000,
				type: 'sequence',
				containerheight: '266px'
			});
			
		}
	);
