(function ($) {

$.widget('ui.Front_Main_Banner', $.extend({}, $.ui.Component.prototype, {
	type: 'Front_Main_Banner',
	_init: function () {

		$.ui.Component.prototype._init.call(this); // chain parent constructor

		

	}
}));

}).require('Component')(jQuery);