 $(function() {
    $(".jcarousellite").jCarouselLite({
        btnNext: ".nextPage",
        btnPrev: ".prevPage",
		visible: 1
    });
	
	// Get rid of images in main body text
	$("#portal-column-content .alignnone").remove();
	
	$('#aside-right a').lightbox();


	
	


});

				
				
			
