$(document).ready(function() {
		$('#h-photo').cycle({ 
			timeout: 5000, 
			speed: 4000,
			sync:1
		}); 
 });