// Project: Essential Somatics
// File: custom.js (custom jquery functions)
// Creator: VIM Interactive, Inc.
// Copyright: (c) 2010 - VIM Interactive, Inc.

$(function(){
	
	$('#learning_center ul li:last').css({
		'background-image':'none',
	});
});

