var helvetica = { src: '/magentomedia/skin/frontend/default/rockwell/swfs/helvetica.swf' };

sIFR.activate(helvetica);


sIFR.replace(helvetica, {
  selector: '.helvetica span',
	css: [
      '.sIFR-root { font-size:22px; color:#FFFFFF; font-weight: bold;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: '.helveticasmall span',
	css: [
      '.sIFR-root { font-size:13px; color:#FFFFFF; font-weight: bold; cursor: pointer;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: '.helveticared',
	css: [
      '.sIFR-root { font-size:20px; color:#434343; font-weight: normal;}',
      'a{color: #462114; text-decoration:none;}',
      'a:link{color: #434343; text-decoration:none;}',
      'a:hover{color: #000000;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: '.topnav',
	css: [
      '.sIFR-root { font-size:11px; color:#cccccc; font-weight: normal;}',
      'a{color: #ffffff; text-decoration:none; cursor:hand;font-weight: bold;}',
      'a:link{color: #ffffff; text-decoration:none; cursor:hand;font-weight: bold;}',
      'a:hover{color: #f3ab01; text-decoration:none; cursor:hand;font-weight: bold;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: '.topnavselected',
	css: [
      '.sIFR-root { font-size:11px; color:#cccccc; font-weight: normal;}',
      'a{color: #f3ab01; text-decoration:none; cursor:hand;font-weight: bold;}',
      'a:link{color: #f3ab01; text-decoration:none; cursor:hand;font-weight: bold;}',
      'a:hover{color: #f3ab01; text-decoration:none; cursor:hand;font-weight: bold;}'
      ],
  wmode: 'transparent'
});









