fb.options = {
//
// 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:"UOtJbOpHVC9PWe8GZucw",  // Paste your license key between the quotes, or enter it in the configurator form.
  showIE6EndOfLife:false,             // Everyone is encouraged to set this to true to give IE6 users a chance to upgrade.
  indexLinksPos:"tc",
  disableScroll:true,
  splitResize:"auto",
  padding:16,                  // Rahmenstaerke
  showClose:false,             // Close-Button unten rechts
  showOuterClose:true,         // Close-Button oben rechts
  resizeTool:"both",           // Lupe im Bild und oben links
  showNavOverlay:"always",
  slideInterval:2.5,           // Slideshow-Geschwindigkeit
  controlsType:"english",      // Button - next - prev
  inFrameResize:false,         // Bilder im Rahmen zoomen 
  showMagCursor:"yes",         // Zeigt Lupe auf Bilder an
  measureHTML:"auto",          // HTML-Seiten auto-fit
  roundCorners:"top",
  header:"#myHeader"
},

// 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: 12,
  shadowSize: 12,
  padding: 16,
  overlayOpacity: 55,
  resizeDuration: 3.5,
  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",
// Javascript Object Notation can be used instead of the option string.

typeOptions: {
    image: "color:white",
  // html settings apply to the 4 html sub-types that follow
    html: "color:white",
    iframe: "",
    inline: "",
    ajax: "",
    direct: "",
  // media settings apply to the 5 media sub-types that follow
    media: "height:60% color:white",
    flash: "width:640",
    quicktime: "",
    wmp: "",
    silverlight: "height:82%",
    pdf: "height:95%",
  // tooltip settings can consist of tooltip-specific options in addition to the standard floatbox options
    tooltip: "header:`` hideObjects:false delay:10"
},

// 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
// ***********************
ready: true};

