﻿$(document).ready(function(){
$(".likebox_1").hover(function(){ $(this).stop(true,false).animate({left:  0}, 700); },function(){ $(".likebox_1").stop(true,false).animate({left: -344}, 700); }); });
