	   	jQuery(document).ready(
				function(){
					jQuery('ul#celebrity').innerfade({
						speed: 1500,
						timeout: 3000,
						type: 'sequence',
						containerheight: '267px'
					});
			});
