$(document).ready(function() {
	
	$("a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});
	
	$(".spotlight li:nth-child(3n+3)").addClass("spotlightright");
	
	$('#slideshow').cycle('fade');
	
});

