$(document).ready(function(){   
	
	$(document).pngFix();
	
	$('#imagechanger').innerfade({
		speed: 2600,
		timeout: 6000,
		type: 'sequence',
		containerheight: '302px'
	});
		
});
