$(document).ready( 
	function(){ $('#images').innerfade({ 
		animationtype: 'fade', 
		speed: 2000, timeout: 6000, 
		type: 'sequence', 
		containerheight: 'auto' 
		}); 
});


$(document).ready(function() {
	$("ul#portfolio a").fancybox();
});