$(function(){
  $("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'fast',
		theme: 'light_rounded'
	});
});
