// Devon Apples jquery functions
	$(document).ready(function(){

		$("#slider").easySlider({auto: true, continuous: true, controlsShow: true, pause: 10000 });

		$("a[rel='fruit']").colorbox({transition:"elastic", maxWidth:"90%", maxHeight:"95%"});

	});

