$(function() {
  $('#sidebar .idea_rating').ratingBox({
    beforeAjax: function(box){
      box.find('.thanx_for_rating').
        css({opacity: '1'}).
        animate({
          paddingTop: '30px',
          height:     '100%'
        }, 1000);
    }
  });
});
