// JavaScript Document

//This function cycles through all of the student profiles
$(function() { 
	$("#slideshow").jCarouselLite({btnPrev: ".leftArrow", btnNext: ".rightArrow", visible: 1});	
	
//This function rotates the images in the Photo Gallery tab.

	$("#photoGallery").jCarouselLite({btnPrev: ".galleryLeft", btnNext: ".galleryRight", visible: 1});
});