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