jQuery.noConflict();

jQuery(function() {

	// Gallery lightbox effect
	jQuery('a.lightbox').lightbox();
		
});
