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