function wb_com_mm() {
	var _this=this;
	this.rootUrl = '';
	this.init = function() {
		_this.rootUrl = $("#rootUrl").html();
		$("a.lightbox").lightBox({
			imageBtnClose:_this.rootUrl+'/fb/core/script/jquery/lightbox/images/lightbox-btn-close.gif',
			imageBtnNext:_this.rootUrl+'/fb/core/script/jquery/lightbox/images/lightbox-btn-next.gif',
			imageBtnPrev:_this.rootUrl+'/fb/core/script/jquery/lightbox/images/lightbox-btn-prev.gif',
			imageLoading:_this.rootUrl+'/fb/core/script/jquery/lightbox/images/lightbox-ico-loading.gif',
			imageBlank:_this.rootUrl+'/fb/core/script/jquery/lightbox/images/lightbox-blank.gif',
			fixedNavigation:true
		});
	}
	
}

jQuery(function($) {
	$.wb_com_mm = new wb_com_mm();
	$.wb_com_mm.init();
});

