$(document).ready(function() {
	$(".fancybox").fancybox({ 'hideOnContentClick': false }); 
	$('#cyclenow').cycle({ 
    		speed:  1000,
			timeout: 7000
	}); 
});