jQuery("document").ready(function() {


	// LIGHTBOX - PRETTYPHOTO
	
	jQuery("a[rel^='prettyPhoto']").prettyPhoto();

	
});


