﻿$(document).ready(function(){
	$(".likebox_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".likebox_1").stop(true,false).animate({right: -294}, 700); });
	$(".poomoc_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 1100); },function(){ $(".poomoc_1").stop(true,false).animate({right: -649}, 1100); });
	$(".nk_1").hover(function(){ $(this).stop(true,false).animate({right:  0}, 700); },function(){ $(".nk_1").stop(true,false).animate({right: -284}, 700); }); 
});
