jQuery.noConflict();
(function($){

$(document).ready(function(){

	if ($.prettyPhoto)
	{
		$(".gallery a, a[rel='gallery'], .video a").prettyPhoto({ theme: 'facebook' });
	}

});

})(jQuery);
