var century = {
      src: 'flash/century.swf'
};
 
sIFR.activate(century);
 
sIFR.replace(century, {
      selector: 'h1.product-details',
		css: ['.sIFR-root { font-size:18px; color:#010101; font-weight:bold; margin:0px; padding:0px; height:20px; }'],
      wmode: 'transparent'
});