$(document).ready(function() {
	$("#primary_photo #slideshow").fadeIn().cycle({
		speed: 1500,
		timeout: 5000,
		pause: 0,
		sync: 1
	});
}); 

