var $j = jQuery.noConflict();
$j(document).ready(function(){
$j("#fblikebox").hover(function(){
$j(this).stop(true,false).animate({left: 0}, 500);
},function(){
$j("#fblikebox").stop(true,false).animate({left: -210}, 500);
});
}); 


var $j = jQuery.noConflict();
$j(document).ready(function(){
$j("#opinie").hover(function(){
$j(this).stop(true,false).animate({right: 0}, 500);
},function(){
$j("#opinie").stop(true,false).animate({right: -8}, 500);
});
}); 

var $j = jQuery.noConflict();
$j(document).ready(function(){
$j("#promocje").hover(function(){
$j(this).stop(true,false).animate({right: 0}, 500);
},function(){
$j("#promocje").stop(true,false).animate({right: -8}, 500);
});
}); 

var $j = jQuery.noConflict();
$j(document).ready(function(){
$j("#livezilla").hover(function(){
$j(this).stop(true,false).animate({right: 0}, 500);
},function(){
$j("#livezilla").stop(true,false).animate({right: -8}, 500);
});
}); 


