var century = {
	src:'sifr/century.swf'
	,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 19, 1.28, 25, 1.25, 27, 1.23, 31, 1.24, 37, 1.23, 41, 1.22, 42, 1.23, 53, 1.22, 90, 1.21, 93, 1.2, 95, 1.21, 103, 1.2, 104, 1.21, 1.2]
};

sIFR.activate(century);

sIFR.replace(century, {
			 selector: 'h1'
			 ,wmode: 'transparent'
			 ,css: [
      		'.sIFR-root { text-align: right; font-weight: bold; color: #FFFFFF; background-color: #CCCCCC;}'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #000000; }'
      		,'a:hover { color: #CCCCCC; }'
    		]
			 }); 

sIFR.replace(century, {
			 selector: 'h2'
			 ,wmode: 'transparent'
			 ,css: [
      		'.sIFR-root { text-align: right; font-weight: bold; color: #7993AC; background-color: #FFFFFF;}'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #000000; }'
      		,'a:hover { color: #CCCCCC; }'
    		]
			 }); 

sIFR.replace(century, {
			 selector: 'h3'
			 ,wmode: 'transparent'
			 ,css: [
      		'.sIFR-root { text-align: justify; font-size:14px; font-weight: bold; color: #666666; background-color: #FFFFFF;}'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #000000; }'
      		,'a:hover { color: #CCCCCC; }'
    		]
			 }); 

sIFR.replace(century, {
			 selector: 'h4'
			 ,wmode: 'transparent'
			 ,css: [
      		'.sIFR-root { text-align: right; font-weight: bold; color: #000066; background-color: #FFFFFF;}'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #000000; }'
      		,'a:hover { color: #CCCCCC; }'
    		]
			 }); 


sIFR.replace(century, {
			 selector: 'h5'
			 ,wmode: 'transparent'
			 ,css: [
      		'.sIFR-root { text-align: center; font-size:12px; font-weight: bold; color: #333333; background-color: #FFFFFF;}'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #000000; }'
      		,'a:hover { color: #CCCCCC; }'
    		]
			 }); 

sIFR.replace(century, {
			 selector: 'h6'
			 ,wmode: 'transparent'
			 ,css: [
      		'.sIFR-root { text-align: center; font-size:14px; font-weight: bold; color: #ffffff; background-color: #FFFFFF;}'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #000000; }'
      		,'a:hover { color: #CCCCCC; }'
    		]
			 }); 


/*sIFR.debug.ratios({src:'century.swf', selector: 'h1'});*/