$(document).ready(function(){
	$(".rbp_rpo_kampania_bnt a span").stop().fadeOut(100,"circEaseOut");
	$(".rbp_rpo_kampania_bnt a").hover(function () {
		$(this).find('span').stop().fadeTo(300, 1.0 ,"circEaseOut");
	},function () {
		$(this).find('span').stop().fadeTo(300, 0.0 , "circEaseOut");
	});
});
