jQuery.noConflict();
jQuery(document).ready(function($){
	
	$('#jQuery').cycle({
        fx:     'fade',
        timeout: 0,
		cleartype: 1
    });
    $('#video').click(function() { 
	    $('#jQuery').cycle(0); 
	    return false; 
	});
	$('#back').click(function() { 
	    $('#jQuery').cycle(1); 
	    return false;
	});

	$('#forgiveness, #wealth, #fear, #destiny, #anti, #words, #military, #commercial, #commercialtwo').hide();
	$("a.group").fancybox({
		'hideOnContentClick': false,
		'frameWidth' : 440,
		'frameHeight' : 270
	});
});