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