var helvatica = { src: '/flash/sifr.swf' };
var helvatica1 = { src: '/flash/sifr1.swf' };

sIFR.activate(helvatica);
sIFR.activate(helvatica1);

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h1',
  css: '.sIFR-root {  color: #1b1c20; display:block; }'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h2',
  css: '.sIFR-root {  color: #1b1c20; display:block; }'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.TestomonialsCommentHeader',
  css: '.sIFR-root {  color: #1b1c20; display:block; }'
});


sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.TestomonialsCommentNormal',
  css: '.sIFR-root {  color: #1b1c20; display:block; }'
});






sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.ExtraLargeCopy',
  css: '.sIFR-root {  color: #999999; display:block; }'
});


sIFR.replace(helvatica, {
  selector: '.MainCopysifr',
  css: [
        '.sIFR-root { color: #999999; font-size:13px;  }'
        ,'a { font-size:13px; text-decoration: none;  color: #999999;}'
        ,'a:link { font-size:13px; color: #999999; }'
		,'a:visited { font-size:13px; color: #999999; }'
		,'a:active { font-size:13px; color: #999999; }'
        ,'a:hover { font-size:13px; color: #999999;  }'
      ]
     ,wmode: 'transparent'
});

