$(function() {
	var settings = {
		maxWidth:"98%",
		height:"98%",
		aspect:1.3334,
		scalePhotos: true,
		current: "{current} z {total}",
		previous: "Predchádzajúci",
		next: "Ďalší",
		close: "Zavrieť",
		opacity: .5,
		speed: 250
	};
	$("a[rel^='set']").colorbox(settings);
});

