/* sIFR swf path */
var aaux = { src: '/swf/aaux.swf' };
var loyalfame = { src: '/swf/loyalfame.swf' };

/* sIFR activate */
sIFR.activate(aaux, loyalfame);

/* sIFR style */

sIFR.replace(aaux, {
  wmode: 'transparent',
  selector: '.anb14',
  css: '.sIFR-root { color: #007d9b; font-size: 14px; text-align: justify; }'
});
sIFR.replace(aaux, {
  wmode: 'transparent',
  selector: '.andg12',
  css: '.sIFR-root { color: #2f1b01; font-size: 12px; text-align: justify; }'
});
sIFR.replace(aaux, {
  wmode: 'transparent',
  selector: '.ang12-label-right',
  css: '.sIFR-root { color: #666666; font-size: 12px; text-align: right; }'
});
sIFR.replace(aaux, {
  wmode: 'transparent',
  selector: '.ang12-label',
  css: '.sIFR-root { color: #666666; font-size: 12px; text-align: justify; }'
});
sIFR.replace(aaux, {
  wmode: 'transparent',
  selector: '.ang10',
  css: '.sIFR-root { color: #666666; font-size: 10px; text-align: justify; }'
});
sIFR.replace(loyalfame, {
  wmode: 'transparent',
  selector: '.lnb30',
  css: '.sIFR-root { color: #007d9b; font-size: 30px; text-align: justify; }'
});
sIFR.replace(loyalfame, {
  wmode: 'transparent',
  selector: '.lnb20',
  css: ['.sIFR-root { color: #007d9b; font-size: 20px; text-align: justify; }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #007d9b; }'
  ,'a:hover { color: #007d9b; }'
  ]
});
