fb.proto.globalOptions = {
// **********************************************
// EDIT ONLY WITHIN THE FOUR OPTION BLOCKS BELOW.
// See the instructions for information about setting floatbox options.
// See the options reference for details about all the available options.
// Commas are required after each entry except the last entry in a block.
// A comma on the last entry in a block will cause the option settings to fail in some browsers.

// globalOptions is where you enter a license key and change default floatbox options site-wide.
// Use the configurator.html form in this folder to generate globalOptions preferences through form selections.

globalOptions: {
  licenseKey: "HQTzKwTjFgrjHR7VHQTiHQTjFQCp",
  showIE6EndOfLife: true,
  cornerRadius: 4,
  shadowSize: 8,
  color: "custom",
  controlsPos: "tr",
  graphicsType: "international",
  navType: "overlay",
  showNavOverlay: "always",
  outerBorder: 0,
  innerBorder: 0,
  padding: 8,
  overlayOpacity: 70,
  autoFitMedia: true,
  autoFitSpace: 3,
  centerNav: true,
  showItemNumber: false,
  preloadAll: false,
  resizeDuration: 2,
  overlayFadeDuration: 2,
  navOverlayWidth: 45,
  navOverlayPos: 95,
  hideObjects: false,
  startAtClick: false
},

// childOptions are preferences to be applied only to secondary floatboxes.
// Additional options can be added to this list,
// or remove an option to have it revert to the default or global setting.

childOptions: {
  cornerRadius: 8,
  shadowSize: 8,
  padding: 16,
  overlayOpacity: 45,
  resizeDuration: 3,
  imageFadeDuration: 3,
  overlayFadeDuration: 0
},

// Option settings can be assigned based on floatbox content type.
// The syntax of typeOptions is different than the object code above.
// Each type is assigned an option string formatted the same as
// the options placed in a link's data-fb-options (or rev) attribute.
// example - iframe: "color:blue showNewWindow:true",

typeOptions: {
  image: "",
  // html settings apply to the 4 html sub-types that follow
  html: "color:white",
    iframe: "roundCorners:10 showClose:true padding:10 innerBorder:0",
    inline: "",
    ajax: "",
    direct: "",
  // media settings apply to the 5 media sub-types that follow
  media: "",
    flash: "color:white width:480 height:385",
    quicktime: "",
    wmp: "",
    silverlight: "",
    pdf: "",
  // tooltip settings can consist of tooltip-specific options in addition to the standard floatbox options
  tooltip: ""
},

// You can propogate settings to groups of anchors by assigning them a class
// and associating that class name with a string of options here.
// The syntax is the same as for typeOptions above.

classOptions: {
},

// END OF EDITABLE CONTENT
// ***********************
optionsLoaded: true };

