//var rockwell = { src: 'rockwell.swf' };
var centurygothic = { src: 'centurygothic.swf' };
sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
selector: 'h1',
css: [ '.sIFR-root {color:#50B7CD;}' ],
wmode:'transparent',paddingTop:'0px',paddingBottom:'0px',offsetHeight: '0px'
});

sIFR.replace(centurygothic, {
selector: 'h2',
css: [ '.sIFR-root {color:#50B7CD;leading:0;}',
	    'a {color: #50B7CD; text-decoration: none;}',
        'a:hover {color: #FF0000;text-decoration: underline;}'
	  ],
wmode:'transparent',paddingTop:'0px',paddingBottom:'0px',offsetHeight: '0px'
});

sIFR.replace(centurygothic, {
selector: '.quotebox',
css: [ '.sIFR-root {color:#50B7CD;leading:0;}' ],
wmode:'transparent'
});

sIFR.replace(centurygothic, {
selector: '.imagestitle',
css: [ '.sIFR-root {color:#ffffff;background-color:#AAD1DD;leading:0;}' ],
wmode:'transparent'
});

sIFR.replace(centurygothic, {
selector: '.imagessubtitle',
css: [ '.sIFR-root {color:#ffffff;background-color:#82B0B9;leading:0;}' ],
wmode:'transparent'
});