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: "",          // 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.
},

// 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",
// Javascript Object Notation can be used instead of the option string.

typeOptions: {
  image: "",
  // html settings apply to all 4 html sub-types that follow
  html: "",
    iframe: "",
    inline: "",
    ajax: "",
    direct: "",
  // media settings apply to all 6 media sub-types that follow
  media: "",
  	video: "",
    flash: "",
    quicktime: "",
    wmp: "",
    silverlight: "",
    pdf: "width:80% height:95%",
  // tooltip and context settings can consist of task-specific options in addition to the standard floatbox options
  tooltip: "",
  context: ""
},

// You can propogate settings to groups of anchors by assigning them a class
// and associating that class name with a string or object of options here.
// The syntax is the same as for typeOptions above.

classOptions: {
	alt: {
		cornerRadius: 8,
		shadowType: 'hybrid',
		showClose: false,
		showOuterClose: true,
		captionPos: 'bc',
		caption2Pos: 'tl',
		infoLinkPos: 'tl',
		printLinkPos: 'tl',
		newWindowLinkPos: 'tl',
		controlsPos: 'tr',
		centerNav: true
	},
	transparent: {
		boxColor: 'transparent',
		roundCorners: 'none',
		shadowType: 'none',
		showOuterClose: true,
		showClose: false,
		overlayOpacity: 75,
		outerBorder: 2,
		innerBorder: 0,
		zoomBorder: 0
	},
	naked: {
		roundCorners: 'none',
		showOuterClose: true,
		showClose: false,
		inFrameResize: false,
		showItemNumber: false,
		navType: 'overlay',
		showNavOverlay: 'yes',
		caption: null,
		outerBorder: 0,
		innerBorder: 0,
		padding: 0,
		panelPadding: 0,
		zoomBorder: 0
	}
},

// END OF EDITABLE CONTENT
// ***********************
ready: true};

