/**
 * @fileoverview jQuery scripts
 * @author Bartosz Białas
 * @copyright Copyright (c) Fresh Solutions Sp. z o.o.
 * @version 1.0
 */
$(function(){
	
	$.fn.colorbox.settings.opacity = '0.5';
	$.fn.colorbox.settings.previous = '&lt; poprzednie';
	$.fn.colorbox.settings.next = 'następne &gt;';
	$.fn.colorbox.settings.close = 'zamknij';
	$.fn.colorbox.settings.current = '';
	
	

});
