    Ext.ux.Lightbox.register('a[rel^=lightbox]');
    //Ext.ux.Lightbox.register('a.lb-main_page', false); // true to show them as a set  
     
    Ext.ux.Lightbox.register('a.lb-example_countertops', true); 
    Ext.ux.Lightbox.register('a.lb-example_interior_flooring', true); 
    Ext.ux.Lightbox.register('a.lb-example_exterior_flooring', true); 
    Ext.ux.Lightbox.register('a.lb-example_furniture', true); 
    Ext.ux.Lightbox.register('a.lb-example_showers', true); 
    Ext.ux.Lightbox.register('a.lb-example_misceleanous', true);   
    
    Ext.ux.Lightbox.register('a.lb-recent_work_countertops', true); 
    Ext.ux.Lightbox.register('a.lb-recent_work_interior_flooring', true); 
    Ext.ux.Lightbox.register('a.lb-recent_work_exterior_flooring', true); 
    Ext.ux.Lightbox.register('a.lb-recent_work_furniture', true); 
    Ext.ux.Lightbox.register('a.lb-recent_work_showers', true); 
    Ext.ux.Lightbox.register('a.lb-recent_work_misceleanous', true);    
    

Ext.onReady(function(){
	Ext.select('.tab-buttons-panel').on('click', function(e, t) {
	    Ext.fly(t).radioClass('tab-show');
		Ext.get('content' + t.id.slice(-1)).radioClass('tab-content-show');
	}, null, {delegate: 'li'});	
});
