//<[CDATA[

  var headline = {
    src: 'headline.swf',
	ratios: [8, 1.3, 10, 1.27, 15, 1.22, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 111, 1.13, 112, 1.12, 119, 1.13, 120, 1.12, 1.13]
  };
  

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate( headline );
  
   
  
  // GRAB INITIAL DISPLAY RATIOS
  // sIFR.debug.ratios({ src: 'headline.swf', selector: 'h1' });
   
  
  sIFR.replace( headline , {
  selector: '#cover_title_holder h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 22px; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '#we_love h1, .three_box_title h1, #about h1, .sidebar_box_title h1, #sidebar_content h1, .detail_box_title h1, .wear_with_box_title h1, .detail_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 16px; font-weight: normal; font-style: normal;  }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.three_box_title_pink h1, .detail_box_title_pink h1, #new_customers h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #ff3781; font-size: 16px; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ff3781; }'
		,'a:hover { color: #ff3781; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.main_title h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 22px; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '#content h2, #content h3',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 16px; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '#hot_deal_holder h4',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #ff3781; font-size: 16px; font-weight: normal; font-style: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ff3781; }'
		,'a:hover { color: #ff3781; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.category_box_text h1, #returning_customers h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #FFFFFF; font-size: 16px; font-weight: normal; font-style: normal;  }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
	]
  });
   
  //]]>
