jQuery(document).ready(function(){



	// SLIDESHOW
	jQuery("#headergraphics").innerfade({
		animationtype: 'fade',
		speed: 'normal',
		timeout: '5000',
		type: 'sequence',
		containerheight: 'auto'
	});

});
