$(function() {
	$('#slider').jcarousel({
		scroll: 1,
		auto: 5,
		wrap: 'circular',
		buttonNextHTML: null,
		buttonPrevHTML: null
	});
});
