(function($){
	
	dsg.fn.initHome = function(){
		$('#topseller .content').carousel({
			animSpeed: 600, slideEasing: 'easeInOutQuint', dispItems: 4, showEmptyItems: false
		});
	};
	
	
})(jQuery);

