$(document).ready(function(){
	$(".colorbox").colorbox({
		"transition": "",
		"current": "{current}. kép, összesen {total}",
		"next": "",
		"previous": "",
		"close": ""
	});
	$(".galeria_belso").galleria({
	    height: 550
	});
});

