jQuery.noConflict();

jQuery(function() {

	// Inline image lightbox effect
	jQuery('a.inline').lightBox();

});

