$(document).ready(function() {
	for (i=0;i<5;i=i+1) {
		$(".carousel." + i + " a").lightbox();
	};
});