var neoSansMedium  = { src: ROOT_FOLDER + '/swf/NeoSans-Med.swf' };
var neoSansRegular = { src: ROOT_FOLDER + '/swf/NeoSans-Reg.swf' };

sIFR.activate(neoSansMedium, neoSansRegular);

sIFR.replace(neoSansMedium, {
  selector: '.newsRotatorArea h2',
  css: '.sIFR-root { color:#ffffff; font-size:12px; text-transform: uppercase; }',
  transparent: true, 
	onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});

sIFR.replace(neoSansMedium, {
  selector: '.productSearchForm label',
  css: '.sIFR-root { color:#ffffff; font-size:12px; }',
  transparent: true, 
	onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});

sIFR.replace(neoSansMedium, {
  selector: '.sidebarSectionTitle',
  css: '.sIFR-root { color:#ffffff; font-size:14px; }',
  transparent: true, 
	onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});

/*sIFR.replace(neoSansRegular, {
  selector: '.pageTitle',
  css: '.sIFR-root { color:#00529b; font-size:24px; }',
  transparent: true, 
	onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});*/

sIFR.replace(neoSansMedium, {
  selector: '.footerLinksSection h3, .footerOtherSection h3',
  css: '.sIFR-root { color:#00529B; font-size:12px; text-transform: uppercase; }',
  transparent: true, 
	onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});

sIFR.replace(neoSansMedium, {
  selector: '.careersListing h2, .newsComments h2, .commentsListing h2, .relatedProducts h2, .contactForm h2',
  css: '.sIFR-root { color:#3C92DE; font-size:16px; }',
  transparent: true, 
	onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});
