$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto();
	$('#instrument').cycle();
	$('#slideshow').cycle({ 
	    continuous: 1,
	 	speed: 5000
	});
});
