	jQuery.noConflict();

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