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