var main = {
	init: function() {
		$.fn.hoverscroll.params = $.extend($.fn.hoverscroll.params, {
			debug: false
		});
		
		$('#my-list').hoverscroll({
			vertical: true,
			width: 300,
			height: 177
		});
	}
};

