jQuery(document).ready(function() {	

	jQuery('.slides').innerfade({
		speed: 1200,
		timeout: 5000,
		type: 'sequence',
		containerheight: '250px'
	}); 
	
});

