jQuery(document).ready(function(){
	jQuery('#pageimagesAnimated').addClass('show');
	jQuery('#pageimagesanim-wrap').removeClass('withimage');
	jQuery('#pageimagesanim-wrap').addClass('show');
	jQuery('.page-image-wrap').css({"background":"none"});
	jQuery('#pageimagesAnimated').innerfade({
			animationtype: 'fade',
			speed: 2000,
			timeout: 10000,
			type: 'sequence'
			});
	});
