function superbox_elements_by_theme(elements) {
  var default_width = 620;  // Default width of the superbox window
  var default_height = 440; // Default height of the superbox window
  
  // Set the default elements that will be treated as superbox triggers
 
  elements.push({'selector': '.widgets-featuredListings a', 'width': default_width, 'height': default_height});
  elements.push({'selector': '#rightcolumnall .columnfbottom a', 'width': default_width, 'height': default_height});
  elements.push({'selector': '#rightcolumnall .ftwo a', 'width': default_width, 'height': default_height});
  elements.push({'selector': '#rightcolumnall .ftitle a', 'width': default_width, 'height': default_height});
  elements.push({'selector': '#rightcolumnall .listfeaturedimg a', 'width': default_width, 'height': default_height});
  elements.push({'selector': '#rightcolumnall .forPopupWindow a', 'width': default_width, 'height': default_height});
  elements.push({'selector': '#rightcolumnall .listone a', 'width': default_width, 'height': default_height});
  elements.push({'selector': '.slideimage a', 'width': default_width, 'height': default_height});  
}

