(function($){
	$(document).ready(function() {
	$('.slider').jcarousel( {
		scroll: 1,
		wrap: 'both',
		auto: 5,
		// This tells jCarousel NOT to autobuild prev/next buttons
		buttonNextHTML: null,
		buttonPrevHTML: null
	});
});
})(jQuery)

