$(document).ready(function() {
	//$(".eq").equalHeights();
	
	$('#slides').cycle({ 
		fx:      'fade', 
		timeout:  5000,
		speed:  2500,
		pause: 0
	});
	
	$('#slides2').cycle({ 
		fx:      'fade', 
		timeout:  7000,
		speed:  2500,
		pause: 0
	});
	
	$.fn.fancyzoom.defaultsOptions.imgDir='img/fz/'; //very important must finish with a /

	// Select all links in object with gallery ID using the defaults options
	$('.fz').fancyzoom(); 

});

