jQuery(function($) {
	$('#spotlight_image').crossSlide({
		sleep: 5,
		fade: 1
	}, [
  		{
			src: "http://westhillscollege.com/Images/Coalinga/Community/coalinga_mother_daughter_homework-250x160.jpg",
		},
		{
			src: "http://westhillscollege.com/Images/Coalinga/Community/coalinga_student_in_library_1.jpg",
		},
  		{
			src: "http://westhillscollege.com/Images/Firebaugh/Community/firebaugh_students_in_library_1.jpg",
		},
  		{
			src: "http://westhillscollege.com/Images/Lemoore/Community/lemoore_students_1.jpg",
		}
	]);
});
