function createScroller()
{
      		 $('#slide_holder').agile_carousel({
			first_last_buttons: "no",
			hover_next_prev_buttons: "no",
			next_prev_buttons: "no",
			pause_button: "no",
			slide_buttons: "no",
			//slide_directory: "slides",
			slide_number_display: "no",
			timer_length: "7000",
			transition_duration: 1000,
			transition_easing: "easeOutBack",	
			transition_type: "carousel",
			water_mark: "no",
			images: ["/slides/slide_01.jpg","/slides/slide_02.jpg","/slides/slide_03.jpg","/slides/slide_04.jpg"],
			slide_captions: "", 
			slide_links: "#########" 
			 });
}


