
var sifrText = { src: 'optimus.swf', wmode: 'transparent' };
var sifrText2 = { src: 'cygnet.swf', wmode: 'transparent' };

sIFR.useStyleCheck = true;

sIFR.activate(sifrText);


sIFR.replace(sifrText, {
  selector: 'h1'
  ,css: [
    '.sIFR-root {color: #B47D92; background-color: transparent; letter-spacing:1; text-align:right;}'
    ,'a { color: #B47D92; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #B47D92; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #B47D92; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #B47D92; background-color: transparent; text-decoration: none ; }'    
  ]
});



sIFR.replace(sifrText,  {
  selector: 'h5.bannerTitle'
  ,css: [
    '.sIFR-root {color: #ffffff; background-color: transparent; letter-spacing:1; text-align:left; }'
    ,'a { color: #ffffff; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #ffffff; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #ffffff; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #ffffff; background-color: transparent; text-decoration: none ; }'    
  ]
});



sIFR.replace(sifrText,  {
  selector: 'h4'
  ,css: [
    '.sIFR-root {color: #B47D92; background-color: transparent; letter-spacing:0; text-align:left; }'
    ,'a { color: #B47D92; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #B47D92; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #B47D92; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #B47D92; background-color: transparent; text-decoration: none ; }'    
  ]
});

sIFR.replace(sifrText2,  {
  selector: 'em'
  ,css: [
    '.sIFR-root {color: #9C9C9C; background-color: transparent; letter-spacing:1; text-align:left; }'
	,'a { color: #9C9C9C; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #9C9C9C; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #9C9C9C; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #9C9C9C; background-color: transparent; text-decoration: none ; }'  
  ]
});
