$(document).ready(function() {

	// INIT LEFT-COLUMN
	$('#left-column-image').cycle({ 
		fx:     'fade', 
		speed:  'fast', 
		timeout: 0, 
		next:   '#next', 
		prev:   '#prev' 
	});

	
	// INIT ZOOM TOOL
	$("a.zoom").fancybox({
		'transitionIn': 'elastic',
		'transitionOut': 'elastic',
		'hideOnContentClick': true,
		centerOnScroll: true
	});
	
});



	$(document).ready(function() {
$('#header-images').cycle({
   fx:    'fade', 
   random: 1,  
   speed:  2000,
   timeout:  2000    
});
});

