$(document).ready(function(){
	var max_item_height = 0;
	$('#photo_tour').cycle({ 
		fx:     'fade', 
		timeout: 5000, 
		delay:  -2000,
		pause: 1,
		pager: '#photo_tour_nav' 
	});
});
