  var BentwoodReg =
  {
    src: '/flash/bentwood.swf'
  };

  // sIFR.useStyleCheck = true;

  sIFR.activate(BentwoodReg);

  sIFR.replace(BentwoodReg,
  {
    selector: 'p',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color':'#646464' }, // #877461
	  'a': { 'text-decoration':'underline', 'color':'#646464' },
	  'a:hover': { 'text-decoration':'none', 'color':'#646464' },
      'strong': { 'font-weight':'bold', 'color':'#646464' }
	}
  });

  sIFR.replace(BentwoodReg,
  {
    selector: 'h1',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color' : '#646464' }
	}
  });

  sIFR.replace(BentwoodReg,
  {
    selector: 'h2',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color' : '#646464' }
	}
  });

  sIFR.replace(BentwoodReg,
  {
    selector: 'div.navigation',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color' : '#000000', 'text-transform':'uppercase','text-align':'right' },
	  'a': { 'text-decoration':'none', 'color':'#000000' },
	  'a:hover': { 'text-decoration':'underline', 'color':'#000000' },
      '.navigation_space': { 'color':'#ffffff' },
      '.navigation_fix': { 'color':'#000000', 'text-decoration':'underline' }
	}
  });
  
  sIFR.replace(BentwoodReg,
  {
    selector: 'div.navigation_on',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color' : '#000000', 'text-transform':'uppercase', 'text-decoration':'underline','text-align':'right' },
	  'a': { 'text-decoration':'underline', 'color':'#000000' },
	  'a:hover': { 'text-decoration':'none', 'color':'#000000' }
	}
  });

  sIFR.replace(BentwoodReg,
  {
    selector: 'div.modelnavigation',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color' : '#646464', 'text-transform':'uppercase', 'text-decoration':'none' },
	  'a': { 'color':'#646464', 'text-decoration':'none' },
	  'a:hover': { 'color':'#646464', 'text-decoration':'none' }
	}
  });
  
  sIFR.replace(BentwoodReg,
  {
    selector: 'div.modelnavigation_on',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color' : '#646464', 'text-transform':'uppercase', 'text-decoration':'underline' },
	  'a': { 'color':'#646464', 'text-decoration':'underline' },
	  'a:hover': { 'color':'#646464', 'text-decoration':'underline' }
	}
  });

  sIFR.replace(BentwoodReg,
  {
    selector: 'td.accessories',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color':'#646464' },
	  'a': { 'text-decoration':'underline', 'color':'#646464' },
	  'a:hover': { 'text-decoration':'none', 'color':'#646464' },
      'strong': { 'font-weight':'bold', 'color':'#646464' }
	}
  });

  sIFR.replace(BentwoodReg,
  {
    selector: 'td.boatinfo',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color':'#646464' },
	  'a': { 'text-decoration':'underline', 'color':'#646464' },
	  'a:hover': { 'text-decoration':'none', 'color':'#646464' },
      'strong': { 'font-weight':'bold', 'color':'#646464' }
	}
  });

  sIFR.replace(BentwoodReg,
  {
    selector: 'div.info',
	wmode: 'transparent',
	css:
	{
      '.sIFR-root': { 'color':'#646464' },
	  'a': { 'text-decoration':'none', 'color':'#646464' },
	  'a:hover': { 'text-decoration':'underline', 'color':'#646464' },
      'strong': { 'font-weight':'bold', 'color':'#646464' }
	}
  });
