$(document).ready(function() {
		
	$(".fancyboxImg").fancybox({'overlayShow': true});
	
	$('#rotator').cycle({fx:'fade', timeout:4000}); 
	
});
