jQuery(document).ready(function(){
	jQuery('#category-slider').tinycarousel({
					'start'		: 1,
					'display'	: 1,
					'axis'		: 'x',
					'controls'	: true,
					'pager'		: false,
					'interval'	: false,
					'rewind'	: true,
					'animation'	: true,
					'duration'	: 800
	});
});

