jQuery(function($) {


	

	$("#slider").scrollcarousel({
		auto:8,
		buttonPrev: false,
		navigation: "dots"
	});


	       
});


