/**
 * @author shgraph (ajaxUI team)
 */

(function(className) {

	SPS[className] = $Class({
		_o : null,
		thisId : null,

		$init : function(sEl, arg) {
		
			var oEl = $(sEl);
			
			this._o = {
				tab : $$('.cm_tab01', oEl)[0],
				panels : $$('.my_mm_nciku', oEl)
			};
			
			SPS.tab(this._o.tab, this._o.panels);
			
		}
	
	});

})('ct_45_01');
