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

