$(document).ready(function(){
	
	$("a.enlarge").fancybox({
		'titleShow'     : true,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic'
	});

	$('#image_rotate').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'random', 
		containerheight: '250px'
	});
	
});