$(function() {
	var total = '80';
	for (i = 1; i <= total; i++) {
		var currentClass = '.lightbox' + i;
		$(currentClass).lightBox({fixedNavigation:true});
	}
});
