var J = jQuery.noConflict();

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