$(document).ready(function(){
	$('#gallery ul a').lightBox();
	$(".carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 4,
		circular: false,
		afterEnd: function() {
			$('#gallery ul a').lightBox();
		}
	});
});
