﻿// <![CDATA[
$(function() {
    $(".slide_likebox").hover(function() {
        $(".slide_likebox").stop(true, false).animate({ right: "0" }, "medium");
    }, function() {
        $(".slide_likebox").stop(true, false).animate({ right: "-205" }, "medium");
    }, 500);
    return false;
});
// ]]>

