
if (typeof jQuery != 'undefined'){  
	$(document).ready(function(){
		if ($.fn.colorbox){
			$.fn.colorbox.settings.current = "image {current} de {total}";
			$.fn.colorbox.settings.maxWidth = "95%";
			$.fn.colorbox.settings.maxHeight = "95%";
		}
	});
}


