 $('#slide_holder').agile_carousel({
	first_slide_is_intro: "no",
	first_last_buttons: "no",
	hover_next_prev_buttons: "no",
	next_prev_buttons: "no",
	path_to_slides: "./slides",
	pause_button: "no",
	slide_buttons: "yes",
	slide_captions: "", 
	slide_directory: "./slides", // must contain the phrase "agile_carousel"
 	slide_links: "",
	slide_number_display: "no",
	timer_length: "7000",
	transition_duration: 1000,
	transition_easing: "easeOutBack",	
	transition_type: "fade",
	water_mark: "no"
	 });
