$(document).ready(function() {
	$('div.box').corner("10px");
	$('#portofoliu li').corner("5px");
	$('#galerie').corner("15px");

	$('a.hasPic').not('.hpic2').lightBox();
	$('a.hpic2').not('.hasPic').lightBox();

	//$('#content').corner("tl 7px tr 7px");
});
