(function($){
	$(document).ready(function () {
		$('#tabs').tabs();
		$('.lb-inner').lightBox({fixedNavigation:true});
	});
})($QM || jQuery);

