$(document).ready(function(){
	$("#content a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed:'slow',
		theme:'light_square',
		slideshow:5000,
		autoplay_slideshow: true
	});
});

