 $('#slide_holder').agile_carousel({
	disable_on_first_last: "yes",
	slide_timer_on: "yes",
	slide_timer_length: 5000,
	slide_number_display: "yes",
	next_prev_buttons: "no",
	path_to_slides: "scripts/agile_carousel_slides",
    slide_buttons: "yes",
    slide_directory: "scripts/agile_carousel_slides", // must contain the phrase "agile_carousel"
 	transition_duration: 2000,	
    transition_type: "fade"
	 });