function require(jspath) {
	document.write('<script type="text/javascript" src="'+jspath+'"><\/script>');
}

require("http://www.roer.si/widgets/js/jquery/plugins/colorbox/jquery.colorbox.js");

$(document).ready(function(){
	$("#gallery a").colorbox({
		current:"Slika {current} od {total}<br />",
		rel:'#gallery'
	});
});

