$(document).ready(function() {
			
			// centrowanie pagowania
			fSetCenterAlign();
			
			$('#pojNewsList .pojOne').each(function(){
					$(this).children('.pojTextWithFoto').width($(this).outerWidth() - $(this).children('.pojPhoto').outerWidth() - 8);
			})

});	
