$(function(){
      // Vertical
      $(".iboxcon div.ibox").hover(function(){
            $("div.iboxslide", this).stop().animate({top:"0px"},{queue:false,duration:200});
      }, function() {
            $("div.iboxslide", this).stop().animate({top:"246px"},{queue:false,duration:200});
      });
});
