var j = jQuery.noConflict();

j(document).ready(function(){
    j("#fblikeboxright").hover(
        function(){j(this).stop(true,false).animate({right: 0}, 500);},
        function(){j("#fblikeboxright").stop(true,false).animate({right: -208}, 500);}
    );

    j("#fanbox_facebook").hover(
        function(){j(this).stop(true,false).animate({right: 0}, 500);},
        function(){j("#fanbox_facebook").stop(true,false).animate({right: -208}, 500);}
    );

    j("#fanbox_google").hover(
        function(){j(this).stop(true,false).animate({right: 0}, 500);},
        function(){j("#fanbox_google").stop(true,false).animate({right: -314}, 500);}
    );




    j("#fblikeboxleft").hover(
        function(){j(this).stop(true,false).animate({left: 0}, 500);},
        function(){j("#fblikeboxleft").stop(true,false).animate({left: -208}, 500);}
    );

    j("#fblikeboxtop").hover(
        function(){j(this).stop(true,false).animate({top: -15}, 500);},
        function(){j("#fblikeboxtop").stop(true,false).animate({top: -208}, 500);}
    );
    j("#fblikeboxbottom").hover(
        function(){j(this).stop(true,false).animate({bottom: -15}, 500);},
        function(){j("#fblikeboxbottom").stop(true,false).animate({bottom: -208}, 500);}
    );

});
