$(document).ready(function() {
	$("a.colorbox").colorbox({
		transition: "elastic",

		//width: "648",
		//height: "486",

		close: 'zavřít',
		previous: '&lt;&lt; předchozí',
		next: 'další &gt;&gt;',
		current: '{current} z {total}'
	});
});
