$(function(){
		$('div#categories_block_left ul.tree a ').hover( function(){$(this).stop().animate({paddingLeft:'0', marginLeft:'10px'},500,'easeOutElastic');}, function(){$(this).stop().animate({paddingLeft:'0', marginLeft:'0px'},500,'easeOutElastic');});

 });

$(function(){
		$('div#categories_block_left ul.tree li ul li a ').hover( function(){$(this).stop().animate({paddingLeft:'9', marginLeft:'10px'},500,'easeOutElastic');}, function(){$(this).stop().animate({paddingLeft:'9', marginLeft:'0px'},500,'easeOutElastic');});

 }); 
$(document).ready(function(){
  $("#featured-products_block_center li").hover(function()       {
    $(this).find("div.product_info").stop().animate({bottom:'-15'},500,'easeOutBack');
  }, function(){
 $(this).find("div.product_info").stop().animate({bottom:'-77'},500,'easeInBack');
})
 });
