var futura = { src: 'swf/futura.swf' };
var futuralt = { src: 'swf/futuralt.swf' };
var times = { src: 'swf/times.swf' };

sIFR.activate(futura, futuralt, times);

sIFR.replace(futura, {
  selector: 'h10',
  css: '.sIFR-root { color: #5c5c5c; font-size: 24; font-weight: normal; text-transform: uppercase; }',
	transparent: true
});

sIFR.replace(futura, {
  selector: 'ratesBanner',
  css: '.sIFR-root { color: #926d2c; font-size: 24; font-weight: normal; text-transform: uppercase; }',
	transparent: true
});

sIFR.replace(futuralt, {
  selector: 'h3.heading',
  css: '.sIFR-root { color: #666666; font-size: 14; font-weight: normal; text-transform: uppercase; letter-spacing: 1; }',
	transparent: true
});

sIFR.replace(futuralt, {
  selector: 'h3',
  css: ['.sIFR-root { color: #FFFFFF; font-size: 14; font-weight: normal; text-transform: uppercase; letter-spacing: 1; }',
		  	'.heading { color: #666666; }' ],
	transparent: true
});

sIFR.replace(futura, {
  selector: 'h4',
  css: ['.sIFR-root { color: #666666; font-size: 17; font-weight: normal; }',
			'a { color: #666666; text-decoration: underline; }',
			'a:hover { color: #666666; text-decoration: none; }',
			'a:active { color: #666666; text-decoration: none; }',
			'a:visited { color: #666666; text-decoration: none; }' ],
	transparent: true
});

sIFR.replace(futuralt, {
  selector: 'h5',
  css: '.sIFR-root { color: #ffe279; font-size: 14; font-weight: normal; text-transform: uppercase; letter-spacing: 1; }',
	transparent: true
});

sIFR.replace(futura, {
  selector: 'p.intro',
  css: '.sIFR-root { color: #5c5c5c; font-size: 17; font-weight: normal; }',
	transparent: true
});

sIFR.replace(times, {
  selector: 'p.quoteHome',
  css: '.sIFR-root { color: #3a3a3a; font-size: 28; font-weight: normal; font-style: italic; }',
	transparent: true
});

sIFR.replace(times, {
  selector: 'div.comment span',
  css: '.sIFR-root { color: #ffffff; font-size: 20; font-weight: normal; font-style: italic; width: 190; text-align: right; }',
	transparent: true
});
