$(document).ready(function() {
    $('#image-cycle').cycle({
		fx: 'fade',
		timeout: 4000,
		speed: 3000
	});
    $('#image-cycle2').cycle({
		fx: 'fade',
		timeout: 4000,
		speed: 3000
	});
	$("#various1").fancybox({
		'hideOnContentClick': false
	});
	$("a.iframe").fancybox({
		'width'		:	860, 
		'height' : 600,
		'hideOnContentClick': true
	});	
});
