;(function($) {	$(function() {		$('.powerBlock').bind('mouseenter mouseleave', function(e) {        	$(this).toggleClass('hover');		});	});})(jQuery);