﻿$(document).ready(function(){
	$(".likebox_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 800); },function(){ $(".likebox_1").stop(true,false).animate({right: -294}, 800); });
	$(".polecam_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 800); },function(){ $(".polecam_1").stop(true,false).animate({right: -200}, 800); }); 
});
