jQuery.noConflict();
jQuery(document).ready(function($){
	
	
	// GLOBAL: Enable prettyPhoto
	$('a[rel^="prettyPhoto"]').prettyPhoto();

		
});
