$(document).ready(
		function(){
			$('.leftImageBG').innerfade({
				animationtype: 'fade',
				speed: 2000,
				timeout: 4800,
				type: 'sequence',
				containerheight: '260px'
			});

			$('.rightImageBG').innerfade({
				animationtype: 'fade',
				speed: 2200,
				timeout: 5100,
				type: 'sequence',
				containerheight: '300px'
			});
	
	
	
	}
	);
