$(function() {
	$('a.lightbox').colorbox({
		maxWidth: '90%',
		maxHeight: '95%',
		current: '{current} / {total}'
	});
});


