// JavaScript Document

$(document).ready(function() { 
	$('#image_rotate').innerfade({ 
		speed: 1500, 
		timeout: 5000, 
		type: 'sequence',
		containerheight: '428px'
	});
	
	$('#image_rotate2').innerfade({ 
		speed: 300, 
		timeout: 3000, 
		type: 'sequence',
		containerheight: '428px'
	});
	
	$('#image_rotate3').innerfade({ 
		speed: 'slow', 
		timeout: 2000, 
		type: 'sequence', 
		containerheight: '135px'
	});
	
/*	$('#image_rotate4').innerfade({ 
		speed: 800, 
		timeout: 2500, 
		type: 'sequence',
		containerheight: '428px'
	});	
	*/
	
	$('#image_rotate8').innerfade({ 
		speed: 1200, 
		timeout: 700, 
		type: 'sequence',
		containerheight: '428px'
	});

	$('#image_rotate88').innerfade({ 
		speed: 500, 
		timeout: 900, 
		type: 'sequence',
		containerheight: '428px'
	});
	
});
