$(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal',
		padding: 40,
		opacity: 0.7,
		allowresize: true,
		theme: 'light_rounded'
	});
});