// JavaScript Document
$(document).ready(function(){   

	$('#homeSlideHolder').agile_carousel({
		first_last_buttons: "no",
		hover_next_prev_buttons: "yes",
		next_prev_buttons: "no",
		pause_button: "no",
		slide_buttons: "no",
		slide_captions: "Welcome to Chepstow Garden Centre", 
		slide_directory: "../../uploads/images/slideshows/home",
		slide_links: "",
		slide_number_display: "no",
		timer_length: "7000",
		transition_duration: 1000,
		transition_easing: "easeOutBack",	
		transition_type: "carousel",
		water_mark: "no"
		 });

});