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