  var kozuka = {
    src: '../flash/kozukagothicel.swf'
  };
  


  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(kozuka);



// --------- Homepage ---------

  sIFR.replace(kozuka, {
    selector: '#banner_content h1'
    , css: '.sIFR-root { color: #999; font-size:60px; }'
	, selectable: false
	, wmode: 'transparent'
  });

  
// --------- Products ---------
  
  sIFR.replace(kozuka, {
    selector: '.products_group_header h1'
    , css: '.sIFR-root { color: #ffb9dc; font-size:25px; }'
	, selectable: false
	, wmode: 'transparent'
  });
  
  sIFR.replace(kozuka, {
    selector: '.products_group_header h1 span'
    , css: '.sIFR-root { color: #ffffff; font-size:25px; }'
	, selectable: false
	, wmode: 'transparent'
  });
  
// --------- Brands ---------
  
  sIFR.replace(kozuka, {
    selector: '#brand_banner h1'
    , css: '.sIFR-root { color: #999; text-align:center; font-size:48px; }'
	, selectable: false
	, wmode: 'transparent'
  });
  
// --------- Subpages ---------

  sIFR.replace(kozuka, {
    selector: '.banner_content h1'
    , css: '.sIFR-root { color: #999; font-size:40px; }'
	, selectable: false
	, wmode: 'transparent'
  });
  

