/**
 * @author philroche
 * 
 */
jQuery(document).ready(function() {
	//http://medienfreunde.com/lab/innerfade/
	$('#marketingimages').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '340px' }); 
});

jQuery(document).ready(function() {

	$('.flexslider').flexslider({
	      animation: 'fade',
	      animationDuration: 600,
	      directionNav: false 
    	});
});
