jQuery(document).ready( function(){ 
	jQuery('#faderRight').innerfade({ 
		speed: 'slow', 
		timeout: 10000, 
		type: 'sequence', 
		containerheight: '300px' 
	}); 
} ); 