  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~ DESENVOLVEDOR - EDWIN B. PANCOTI ~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
$(function(){
	$("#criatura").mouseover(function(){
		$(this).stop().animate({width:72,left:884,backgroundPosition:0});
	}).mouseout(function(){
		$(this).stop().animate({width:5,left:948,backgroundPosition:-21});
	});
});
