jQuery.noConflict();

jQuery(function() {

	// Lightbox effect
	jQuery('.gallery a').lightBox();
	jQuery('a[rel=lightbox]').lightBox();

	// Sidebar nav ancestor visibility
	jQuery('.sidebar_nav li.current').parent().show().parent().parent().show();

});
