jQuery(function($) {
	$('#spotlight_image').crossSlide({
		sleep: 5,
		fade: 1
	}, [
		{
			src: 'http://www.westhillscollege.com/Images/Lemoore/Community/lemoore_library_sunset-800x300.jpg'
		},
  		{
			src: 'http://www.westhillscollege.com/Images/Coalinga/Community/coalinga_mother_daughter_homework.jpg'
		},
		{
			src: 'http://www.westhillscollege.com/Images/Lemoore/Community/lemoore_alpha_gamma_sigma.jpg'
		},
  		{
			src: 'http://www.westhillscollege.com/Images/Coalinga/Community/coalinga_library_night-800x300.jpg'
		},
 		{
			src: 'http://www.westhillscollege.com/Images/Lemoore/Community/lemoore_grads.jpg'
		}
	]);
});