$( function() {

	$('*.colorbox a').colorbox( {
		contentCurrent : '{current} z {total}',
		contentPrevious : 'poprzednie',
		contentNext : 'następne',
		width : "99%",
		height : "99%"
		
		
	});
	$('*.colorbox_xxl a').colorbox( {
		contentCurrent : '{current} z {total}',
		contentPrevious : 'poprzednie',
		contentNext : 'następne'		
		
	});
	
});