$(document).ready(
function()
{
	$(".likebox_1").mouseenter(function()
	{
		$(this).stop().animate({right: 0}, "normal");
	}).mouseleave(function()
	{
		$(this).stop().animate({right: -234}, "normal");
	});;
	
});
	$(document).ready(
function()
{
	$(".polecam_1").mouseenter(function()
	{
		$(this).stop().animate({right: 0}, "normal");
	}).mouseleave(function()
	{
		$(this).stop().animate({right: -200}, "normal");
	});;
	
});
$(document).ready(
function()
{
	$(".promo").mouseenter(function()
	{
		$(this).stop().animate({right: 0}, "normal");
	}).mouseleave(function()
	{
		$(this).stop().animate({right: -284}, "normal");
	});;
	
});
