var century = {
	src: './flash/century.swf'
	,ratios: [7,1.32,8,1.31,12,1.27,20,1.22,28,1.19,30,1.17,31,1.18,45,1.17,61,1.16,62,1.15,65,1.16,66,1.15,67,1.16,109,1.15,110,1.14,116,1.15,117,1.14,122,1.15,1.14]
	,wmode: 'transparent'
};

sIFR.fromLocal = true; 
//sIFR.fixHover = true;
//sIFR.debug.ratios(dax_bold, { selector: 'h2' });
sIFR.activate(century);


// H2 HEADERS
sIFR.replace(century, {
    selector: 'h2.itemblock'
    ,css: [
      '.sIFR-root { font-size: 12px; leading: -2; font-style:italic; color: #005f60; font-weight:bold; }'
      ,'a { text-decoration: none; color: #005f60; }'
      ,'a:hover { text-decoration: none; color: #005f60; }'
	]
});

sIFR.replace(century, {
    selector: 'h1.bigblue'
    ,css: [
      '.sIFR-root { font-size: 16px; leading: -2; font-style:italic; color: #ffffff; font-weight:bold; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
	]
});
 

sIFR.replace(century, {
    selector: 'div.offerblock h2'
    ,css: [
      '.sIFR-root { font-size: 13px; leading: -2; font-style:italic; color: #002b2b; font-weight:bold; }'
      ,'a { text-decoration: none; color: #002b2b; }'
      ,'a:hover { text-decoration: none; color: #002b2b; }'
	]
});
 
sIFR.replace(century, {
    selector: '#footer h2'
    ,css: [
      '.sIFR-root { font-size: 16px; leading: -2; font-style:italic; color: #ffffff; font-weight:bold; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
	]
});
 