$('document').ready(function(){
 $('#slide_holder').agile_carousel({
	first_last_buttons: "yes",
    hover_next_prev_buttons: "yes",
    next_prev_buttons: "yes",
    pause_button: "yes",
    slide_buttons: "yes",
	slide_captions: "no", 
    slide_directory: "no",
 	slide_links: "no",
    slide_number_display: "no",
    timer_length: "4000",
	transition_duration: 1000,
	transition_easing: "easeOutBack",	
    transition_type: "carousel",
	water_mark: "yes"
	 });
});